Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ operate
Function
operate
src/IECorePython/OpBinding.cpp:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
static ObjectPtr operate( Op &op )
62
{
63
ScopedGILRelease gilRelease;
64
ObjectPtr result = op.operate();
65
return result;
66
}
67
68
static ObjectPtr operateWithArgs( Op &op, const CompoundObject *args )
69
{
Callers
3
operate
Method · 0.85
write
Method · 0.85
read
Method · 0.85
Calls
1
operate
Method · 0.80
Tested by
no test coverage detected