MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / num

Method num

native/watchos/src/models.rs:593–595  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

591 if let JVal::Arr(a) = self { Some(a.as_slice()) } else { None }
592 }
593 pub fn num(&self) -> Option<f64> {
594 if let JVal::Num(n) = self { Some(*n) } else { None }
595 }
596}
597
598struct P<'a> { bytes: &'a [u8], pos: usize }

Callers 7

parse_glbFunction · 0.80
parse_nodeFunction · 0.80
parse_primitiveFunction · 0.80
read_joint_indicesFunction · 0.80
resolve_textureFunction · 0.80
read_f32_vecFunction · 0.80
read_index_vecFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected