Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ operateWithArgs
Function
operateWithArgs
src/IECorePython/OpBinding.cpp:68–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
static ObjectPtr operateWithArgs( Op &op, const CompoundObject *args )
69
{
70
ScopedGILRelease gilRelease;
71
ObjectPtr result = op.operate(args);
72
return result;
73
}
74
75
} // namespace
76
Callers
nothing calls this directly
Calls
1
operate
Method · 0.80
Tested by
no test coverage detected