Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ childNames
Function
childNames
src/IECoreScene/bindings/SceneInterfaceBinding.cpp:66–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
static list childNames( const SceneInterface &m )
67
{
68
SceneInterface::NameList n;
69
m.childNames( n );
70
return arrayToList( n );
71
}
72
73
static list path( const SceneInterface &m )
74
{
Callers
4
setNames
Method · 0.85
recurseReadSet
Method · 0.85
recurseReadSet
Method · 0.85
recurseLinkLocations
Method · 0.85
Calls
2
arrayToList
Function · 0.85
childNames
Method · 0.45
Tested by
no test coverage detected