Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ clean
Method
clean
ogsr_engine/xrCore/xrstring.cpp:179–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
void str_container::clean() const
180
{
181
impl->cs.Enter();
182
impl->clean();
183
impl->cs.Leave();
184
}
185
186
void str_container::verify() const
187
{
Callers
2
Destroy
Method · 0.45
mem_compact
Method · 0.45
Calls
2
Leave
Method · 0.80
Enter
Method · 0.45
Tested by
no test coverage detected