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

Function is_frame_footer

perro_source/core/perro_animation/src/panim/syntax.rs:30–32  ·  view source on GitHub ↗
(line: &str)

Source from the content-addressed store, hash-verified

28}
29
30fn is_frame_footer(line: &str) -> bool {
31 line.starts_with("[/Frame") && line.ends_with(']')
32}
33
34fn split_key_value(line: &str) -> Option<(&str, &str)> {
35 let (k, v) = line.split_once('=')?;

Callers 1

parse_frame_blockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected