MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / HasParameter

Method HasParameter

Hydrogent/src/Tasks/HnTaskManager.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93bool HnTaskManager::TaskParamsDelegate::HasParameter(const pxr::SdfPath& Id, const pxr::TfToken& ValueKey) const
94{
95 return m_ParamsCache.find({Id, ValueKey}) != m_ParamsCache.end();
96}
97
98pxr::VtValue HnTaskManager::TaskParamsDelegate::Get(const pxr::SdfPath& Id, const pxr::TfToken& ValueKey)
99{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected