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

Method cleanup

unittests/catch.hpp:9524–9527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9522 return *s_instance;
9523 }
9524 static void cleanup() {
9525 delete s_instance;
9526 s_instance = nullptr;
9527 }
9528 };
9529
9530 StringStreams* StringStreams::s_instance = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected