MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / PiuContainer_get_length

Function PiuContainer_get_length

modules/piu/All/piuContainer.c:542–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542void PiuContainer_get_length(xsMachine *the)
543{
544 PiuContainer* self = PIU(Container, xsThis);
545 xsResult = xsInteger(PiuContainerCount(self));
546}
547
548void PiuContainer_get_transitioning(xsMachine *the)
549{

Callers

nothing calls this directly

Calls 1

PiuContainerCountFunction · 0.85

Tested by

no test coverage detected