MCPcopy 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
449bool SceneBase::isPathValid(const Path& path)
450{
451 return _resources.find(path) != _resources.end();
452}
453
454END_AURORA

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected