Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ try_collect_vars
Method
try_collect_vars
perro_source/runtime_project/perro_scene/src/parser.rs:95–97 ·
view source on GitHub ↗
(mut self)
Source
from the content-addressed store, hash-verified
93
key.push_str(ident);
94
Ok(key)
95
}
96
97
fn try_collect_vars(mut self) -> ParseResult<HashMap<String, SceneValue>> {
98
Ok(self.try_collect_var_entries()?.into_iter().collect())
99
}
100
Callers
2
try_parse_scene
Method · 0.80
parse_scene_lenient
Method · 0.80
Calls
1
try_collect_var_entries
Method · 0.80
Tested by
no test coverage detected