MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / cleanup

Method cleanup

unittests/catch.hpp:9532–9534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9530 StringStreams* StringStreams::s_instance = nullptr;
9531
9532 void ReusableStringStream::cleanup() {
9533 StringStreams::cleanup();
9534 }
9535
9536 ReusableStringStream::ReusableStringStream()
9537 : m_index( StringStreams::instance().add() ),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected