MCPcopy Create free account
hub / github.com/bea4dev/catla / parse_block

Function parse_block

src/catla_parser/src/parser/expression.rs:690–720  ·  view source on GitHub ↗
(
    lexer: &mut Lexer<'input>,
    errors: &mut std::vec::Vec<ParseError>,
    allocator: &'allocator Bump,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

parse_mapping_operatorFunction · 0.70
parse_if_statementFunction · 0.70
parse_else_chainFunction · 0.70
parse_loop_expressionFunction · 0.70
parse_closureFunction · 0.70
parse_function_defineFunction · 0.70
parse_user_type_defineFunction · 0.70
parse_implementsFunction · 0.70

Calls 6

cast_anchorMethod · 0.80
get_kindMethod · 0.80
parse_programFunction · 0.50
currentMethod · 0.45
nextMethod · 0.45
elapsedMethod · 0.45

Tested by

no test coverage detected