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

Method advance

perro_source/core/perro_animation/src/anim_tree.rs:497–499  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

495 }
496
497 fn advance(&mut self) {
498 self.current = self.lexer.next_token();
499 }
500}
501
502fn validate_node_refs(node: &AnimationTreeGraphNode, keys: &HashSet<String>) -> Result<(), String> {

Callers 11

parseMethod · 0.45
parse_slots_blockMethod · 0.45
parse_ref_listMethod · 0.45
parse_f32_listMethod · 0.45
parse_maskMethod · 0.45
parse_name_listMethod · 0.45
expect_text_likeMethod · 0.45
skip_valueMethod · 0.45
consume_closeMethod · 0.45
expectMethod · 0.45
expect_identMethod · 0.45

Calls 1

next_tokenMethod · 0.80

Tested by

no test coverage detected