MCPcopy Create free account
hub / github.com/LucaScheller/VFX-UsdAssetResolver / _RefreshContext

Method _RefreshContext

src/PythonResolver/resolver.cpp:192–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void
193PythonResolver::_RefreshContext(
194 const ArResolverContext& context)
195{
196 TF_DEBUG(PYTHONRESOLVER_RESOLVER_CONTEXT).Msg("Resolver::_RefreshContext()\n");
197 const PythonResolverContext* ctx = this->_GetCurrentContextPtr();
198 if (!ctx) {
199 return;
200 }
201 ArNotice::ResolverChanged(*ctx).Send();
202}
203
204ArTimestamp
205PythonResolver::_GetModificationTimestamp(

Callers

nothing calls this directly

Calls 1

_GetCurrentContextPtrMethod · 0.95

Tested by

no test coverage detected