Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Autodesk/Aurora
/ isPathValid
Method
isPathValid
Libraries/Aurora/Source/SceneBase.cpp:449–452 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
}
448
449
bool SceneBase::isPathValid(const Path& path)
450
{
451
return _resources.find(path) != _resources.end();
452
}
453
454
END_AURORA
Callers
nothing calls this directly
Calls
1
end
Method · 0.45
Tested by
no test coverage detected