Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
NAN_METHOD(ShapeIterator::next)
61
{
62
ShapeIterator* pThis = UNWRAP(ShapeIterator);
63
info.GetReturnValue().Set(pThis->next());
64
}
65
66
67
void ShapeIterator::reset()
Callers
nothing calls this directly
Calls
3
getShapeEnum
Function · 0.85
next
Method · 0.80
reset
Method · 0.80
Tested by
no test coverage detected