MCPcopy 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
179void str_container::clean() const
180{
181 impl->cs.Enter();
182 impl->clean();
183 impl->cs.Leave();
184}
185
186void str_container::verify() const
187{

Callers 2

DestroyMethod · 0.45
mem_compactMethod · 0.45

Calls 2

LeaveMethod · 0.80
EnterMethod · 0.45

Tested by

no test coverage detected