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

Method MarkDoneCycleDetectingTask

pxr/exec/exec/compilationTask.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void
222Exec_CompilationTask::TaskDependencies::MarkDoneCycleDetectingTask(
223 const VdfNode *const node)
224{
225 Exec_CompilationState::TaskSyncAccess::_GetCycleDetectingTaskSync(
226 &_compilationState).MarkDone(node);
227}
228
229PXR_NAMESPACE_CLOSE_SCOPE

Callers 1

_CompileMethod · 0.80

Calls 1

MarkDoneMethod · 0.45

Tested by

no test coverage detected