MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / release

Method release

Source/ThirdParty/catch2/catch.hpp:13764–13767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13762 }
13763
13764 void release( std::size_t index ) {
13765 m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state
13766 m_unused.push_back(index);
13767 }
13768 };
13769
13770 ReusableStringStream::ReusableStringStream()

Callers 11

createExclusiveShapeMethod · 0.45
~ReusableStringStreamMethod · 0.45
loadFunction · 0.45
CopyVectorFunction · 0.45
submitTaskMethod · 0.45
UpdateVehiclesMethod · 0.45
ShutdownMethod · 0.45
DestroySceneMethod · 0.45
FlushRequestsMethod · 0.45
DestroyControllerMethod · 0.45
onClickMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected