Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
502
fn validate_node_refs(node: &AnimationTreeGraphNode, keys: &HashSet<String>) -> Result<(), String> {
Callers
11
parse
Method · 0.45
parse_slots_block
Method · 0.45
parse_ref_list
Method · 0.45
parse_f32_list
Method · 0.45
parse_mask
Method · 0.45
parse_name_list
Method · 0.45
expect_text_like
Method · 0.45
skip_value
Method · 0.45
consume_close
Method · 0.45
expect
Method · 0.45
expect_ident
Method · 0.45
Calls
1
next_token
Method · 0.80
Tested by
no test coverage detected