Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ ~ScratchArena
Method
~ScratchArena
core/arena.cpp:84–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
ScratchArena::~ScratchArena()
85
{
86
try
87
{
88
manager->detach(this);
89
}
90
catch (...) {}
91
}
92
93
Storage ScratchArena::getStorage() const
94
{
Callers
nothing calls this directly
Calls
1
detach
Method · 0.45
Tested by
no test coverage detected