MCPcopy Create free account
hub / github.com/PerroEngine/Perro / advance

Method advance

perro_source/runtime_project/perro_scene/src/parser.rs:41–43  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

39 parser.lenient_separators = true;
40 parser
41 }
42
43 fn advance(&mut self) {
44 self.current = self.lexer.next_token();
45 }
46

Callers 11

expectMethod · 0.45
expect_identMethod · 0.45
expect_scene_keyMethod · 0.45
expect_node_ref_keyMethod · 0.45
parse_valueMethod · 0.45
parse_tagsMethod · 0.45
skip_node_bodyMethod · 0.45
parse_scene_innerMethod · 0.45

Calls 1

next_tokenMethod · 0.80

Tested by

no test coverage detected