Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ getValidatedValue
Method
getValidatedValue
src/IECore/Parameter.cpp:242–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
Object *Parameter::getValidatedValue()
243
{
244
validate();
245
return getValue();
246
}
247
248
const Object *Parameter::getValidatedValue() const
249
{
Callers
7
serialise
Method · 0.80
testLateValidation
Method · 0.80
testLateValidation
Method · 0.80
operator()
Method · 0.80
testSerialisingNonValidParameterValues
Method · 0.80
getValidatedValue
Function · 0.80
getValidatedParameterValue
Method · 0.80
Calls
2
validate
Function · 0.85
getValue
Function · 0.50
Tested by
2
testLateValidation
Method · 0.64
operator()
Method · 0.64