Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/Donut
/ IsValid
Method
IsValid
src/engine/SceneGraph.cpp:486–489 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
484
}
485
486
bool SceneGraphAnimationChannel::IsValid() const
487
{
488
return !m_TargetNode.expired();
489
}
490
491
void SceneGraphAnimation::AddChannel(const std::shared_ptr<SceneGraphAnimationChannel>& channel)
492
{
Callers
1
IsVald
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected