MCPcopy Create free account
hub / github.com/OpenWebCAD/node-occ / NAN_METHOD

Function NAN_METHOD

src/ShapeIterator.cc:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60NAN_METHOD(ShapeIterator::next)
61{
62 ShapeIterator* pThis = UNWRAP(ShapeIterator);
63 info.GetReturnValue().Set(pThis->next());
64}
65
66
67void ShapeIterator::reset()

Callers

nothing calls this directly

Calls 3

getShapeEnumFunction · 0.85
nextMethod · 0.80
resetMethod · 0.80

Tested by

no test coverage detected