Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ release
Method
release
valdi/src/valdi/runtime/Context/Context.cpp:528–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
526
}
527
528
void RetainedContext::release() const {
529
if (context != nullptr) {
530
context->releaseDisposables();
531
}
532
}
533
534
} // namespace Valdi
Callers
nothing calls this directly
Calls
1
releaseDisposables
Method · 0.80
Tested by
no test coverage detected