Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
static unsigned int len( Primitive &p )
204
{
205
return p.variables.size();
206
}
207
208
static PrimitiveVariable getItem( Primitive &p, const std::string &n )
209
{
Callers
2
mergePointsWrapper
Function · 0.70
constructor
Function · 0.70
Calls
1
size
Method · 0.45
Tested by
no test coverage detected