MCPcopy Create free account
hub / github.com/PixarAnimationStudios/OpenUSD / GetCompiledOutput

Method GetCompiledOutput

pxr/exec/exec/program.h:158–162  ·  view source on GitHub ↗

Gets the VdfMaskedOutput provided by \p outputKeyIdentity. \return a mapped value from the Exec_CompiledOutputCache, which contains a VdfMaskedOutput and the compilation version at the time that output was added to the cache; or return nullptr if there is no entry for \p outputKeyIdentity. \note The returned VdfMaskedOutput may contain a null VdfOutput. This indicates that the given output key i

Source from the content-addressed store, hash-verified

156 /// corresponding output.
157 ///
158 const Exec_CompiledOutputCache::MappedType *
159 GetCompiledOutput(
160 const Exec_OutputKey::Identity &outputKeyIdentity) const {
161 return _compiledOutputCache.Find(outputKeyIdentity);
162 }
163
164 /// Establishes that \p outputKeyIdentity is provided by \p maskedOutput.
165 ///

Callers 2

_CompileMethod · 0.80
_ComputeWithOverridesMethod · 0.80

Calls 1

FindMethod · 0.45

Tested by

no test coverage detected