MCPcopy Create free account
hub / github.com/ddbnl/ez_term / parse_level

Function parse_level

src/parser/parse_lang.rs:88–221  ·  view source on GitHub ↗

Parse a single indentation level of a config file. Returns a Vec of config lines, a Vec of [EzWidgetDefinition] of widgets found on that level, and a Vec of [EzWidgetDefinition] of templates found on that level

(
    config_lines: Vec<String>,
    indentation_offset: usize,
    line_offset: usize,
    file: String,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

load_ez_textFunction · 0.85
parseMethod · 0.85

Calls 1

get_mutMethod · 0.45

Tested by

no test coverage detected