MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / resolveStringVar

Method resolveStringVar

src/OpenColorIO/Context.cpp:387–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387const char * Context::resolveStringVar(const char * string) const noexcept
388{
389 AutoMutex lock(getImpl()->m_resultsCacheMutex);
390
391 ContextRcPtr usedContextVars;
392
393 return getImpl()->resolveStringVar(string, usedContextVars);
394}
395
396const char * Context::resolveStringVar(const char * string, ContextRcPtr & usedContextVars) const noexcept
397{

Callers 12

test_interfaceMethod · 0.95
test_interfaceMethod · 0.95
resolveFileLocationMethod · 0.45
GetColorSpaceReferencesFunction · 0.45
validateMethod · 0.45
CollectContextVariablesFunction · 0.45
BuildColorSpaceOpsFunction · 0.45
CollectContextVariablesFunction · 0.45
buildFileOpsMethod · 0.45
buildFileOpsMethod · 0.45
OCIO_ADD_TESTFunction · 0.45
test_interfaceMethod · 0.45

Calls 1

getImplFunction · 0.50

Tested by 4

test_interfaceMethod · 0.76
test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.36
test_interfaceMethod · 0.36