Skip to main content

decode_located_tree_frame

Function decode_located_tree_frame 

Source
pub fn decode_located_tree_frame(
    codec: CodecId,
    bytes: &[u8],
) -> Result<(FrameTables, LocatedExprTree)>
Expand description

Decodes frame bytes into its side FrameTables and a full LocatedExprTree, using the default DecodeLimits.

The per-node origin tree is recovered when the frame carries one. This is the most complete decode entry point; see decode_located_tree_frame_with_limits to supply explicit limits.