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

Method SetCompiledLeafNode

pxr/exec/exec/program.h:187–191  ·  view source on GitHub ↗

Establishes that \p leafNode has been compiled for \p valueKey. If another leaf node has already been compiled for \p valueKey, then this function has no effect. This is not an error.

Source from the content-addressed store, hash-verified

185 /// this function has no effect. This is not an error.
186 ///
187 void SetCompiledLeafNode(
188 const ExecValueKey &valueKey,
189 const EfLeafNode *const leafNode) {
190 _compiledLeafNodeCache.Insert(valueKey, leafNode);
191 }
192
193 /// Returns the leaf node cache.
194 EfLeafNodeCache &GetLeafNodeCache() {

Callers 1

_CompileMethod · 0.80

Calls 1

InsertMethod · 0.45

Tested by

no test coverage detected