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

Method GetCompiledLeafNode

pxr/exec/exec/program.h:178–180  ·  view source on GitHub ↗

Gets the leaf node compiled for the given \p valueKey.

Source from the content-addressed store, hash-verified

176
177 /// Gets the leaf node compiled for the given \p valueKey.
178 const EfLeafNode *GetCompiledLeafNode(const ExecValueKey &valueKey) const {
179 return _compiledLeafNodeCache.Find(valueKey);
180 }
181
182 /// Establishes that \p leafNode has been compiled for \p valueKey.
183 ///

Callers 1

_CompileMethod · 0.80

Calls 1

FindMethod · 0.45

Tested by

no test coverage detected