| 96 | } |
| 97 | |
| 98 | pxr::VtValue HnTaskManager::TaskParamsDelegate::Get(const pxr::SdfPath& Id, const pxr::TfToken& ValueKey) |
| 99 | { |
| 100 | auto it = m_ParamsCache.find({Id, ValueKey}); |
| 101 | return it != m_ParamsCache.end() ? it->second : pxr::VtValue{}; |
| 102 | } |
| 103 | |
| 104 | pxr::GfMatrix4d HnTaskManager::TaskParamsDelegate::GetTransform(const pxr::SdfPath& Id) |
| 105 | { |
no outgoing calls
no test coverage detected