| 91 | } |
| 92 | |
| 93 | bool 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 | |
| 98 | pxr::VtValue HnTaskManager::TaskParamsDelegate::Get(const pxr::SdfPath& Id, const pxr::TfToken& ValueKey) |
| 99 | { |
nothing calls this directly
no outgoing calls
no test coverage detected