Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ parse_panimtree
Function
parse_panimtree
perro_source/core/perro_animation/src/anim_tree.rs:70–72 ·
view source on GitHub ↗
(src: &str)
Source
from the content-addressed store, hash-verified
68
}
69
70
pub fn parse_panimtree(src: &str) -> Result<AnimationTreeAsset, String> {
71
AnimationTreeParser::new(src).parse()
72
}
73
74
struct AnimationTreeParser<'a> {
75
lexer: Lexer<'a>,
Callers
4
parse_nested_blocks
Function · 0.85
generate_static_animation_trees
Function · 0.85
create_animation_tree_from_bytes
Method · 0.85
load_animation_tree_from_source
Function · 0.85
Calls
1
parse
Method · 0.45
Tested by
1
parse_nested_blocks
Function · 0.68