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

Method AddPotentiallyIsolatedNode

pxr/exec/exec/interruptState.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void
71Exec_InterruptState::AddPotentiallyIsolatedNode(VdfNode *const node)
72{
73 _potentiallyIsolatedNodes.push_back(node);
74}
75
76void
77Exec_InterruptState::AddInputRequiringRecompilation(VdfInput *const input)

Callers 2

_InterruptMethod · 0.80
_InterruptMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected