| 540 | } |
| 541 | |
| 542 | void PiuContainer_get_length(xsMachine *the) |
| 543 | { |
| 544 | PiuContainer* self = PIU(Container, xsThis); |
| 545 | xsResult = xsInteger(PiuContainerCount(self)); |
| 546 | } |
| 547 | |
| 548 | void PiuContainer_get_transitioning(xsMachine *the) |
| 549 | { |
nothing calls this directly
no test coverage detected