MCPcopy Create free account
hub / github.com/ImageEngine/cortex / getValidatedValue

Function getValidatedValue

src/IECorePython/ParameterBinding.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63ObjectPtr getValidatedValue( Parameter &that )
64{
65 return that.getValidatedValue();
66}
67
68void validate( Parameter &that, ObjectPtr value )
69{

Callers 1

getNumericValueMethod · 0.85

Calls 1

getValidatedValueMethod · 0.80

Tested by

no test coverage detected