Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ resultParameter
Function
resultParameter
src/IECorePython/OpBinding.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
{
55
56
static ParameterPtr resultParameter( const Op &o )
57
{
58
return const_cast<Parameter *>( o.resultParameter() );
59
}
60
61
static ObjectPtr operate( Op &op )
62
{
Callers
1
constructParameters
Method · 0.85
Calls
1
resultParameter
Method · 0.80
Tested by
no test coverage detected