MCPcopy 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
56static ParameterPtr resultParameter( const Op &o )
57{
58 return const_cast<Parameter *>( o.resultParameter() );
59}
60
61static ObjectPtr operate( Op &op )
62{

Callers 1

constructParametersMethod · 0.85

Calls 1

resultParameterMethod · 0.80

Tested by

no test coverage detected