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

Method arr

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

Source from the content-addressed store, hash-verified

588 }
589 }
590 pub fn arr(&self) -> Option<&[JVal]> {
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 }

Callers 5

parse_glbFunction · 0.80
parse_nodeFunction · 0.80
parse_primitiveFunction · 0.80
resolve_textureFunction · 0.80
valMethod · 0.80

Calls 5

bumpMethod · 0.80
skip_wsMethod · 0.80
peekMethod · 0.80
valMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected