MCPcopy Create free account
hub / github.com/ImageEngine/cortex / len

Function len

src/IECoreScene/bindings/PrimitiveBinding.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201{
202
203static unsigned int len( Primitive &p )
204{
205 return p.variables.size();
206}
207
208static PrimitiveVariable getItem( Primitive &p, const std::string &n )
209{

Callers 2

mergePointsWrapperFunction · 0.70
constructorFunction · 0.70

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected