Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ validate
Function
validate
src/IECorePython/ParameterBinding.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void validate( Parameter &that, ObjectPtr value )
69
{
70
that.validate( value.get() );
71
}
72
73
dict getPresets( Parameter &that )
74
{
Callers
2
setValidatedValue
Method · 0.85
getValidatedValue
Method · 0.85
Calls
2
validate
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected