MCPcopy Create free account
hub / github.com/doonv/bevy_dev_console / parse_object

Function parse_object

src/builtin_parser/parser.rs:728–751  ·  view source on GitHub ↗

Parses an object. - `{}` - `{test: 4}` - `{str: "sup!", num: -6.2}`

(
    tokens: &mut TokenStream,
    environment: &Environment,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parse_literalFunction · 0.85

Calls 7

parse_expressionFunction · 0.85
peekMethod · 0.80
nextMethod · 0.80
sliceMethod · 0.80
wrapMethod · 0.80
cloneMethod · 0.80
spanMethod · 0.45

Tested by

no test coverage detected