MCPcopy 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_sceneMethod · 0.80
parse_scene_lenientMethod · 0.80

Calls 1

Tested by

no test coverage detected