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

Method next_line

perro_source/core/perro_animation/src/panim/core.rs:305–313  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

303 "line {}: object block `{}` missing closing `}}`",
304 start_line, object
305 ))
306 }
307
308 fn parse_inline_object_block(
309 &mut self,
310 line_no: usize,
311 frame: u32,
312 key_mode: AnimationKeyMode,
313 line: &str,
314 object_types: &HashMap<String, NodeType>,
315 ) -> Result<Vec<FrameAction>, String> {
316 let open = line

Callers 5

parseMethod · 0.80
parse_animation_blockMethod · 0.80
parse_objects_blockMethod · 0.80
parse_frame_blockMethod · 0.80
parse_object_blockMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected