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

Method instance

unittests/catch.hpp:6921–6924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6919 }
6920 }
6921 static IColourImpl* instance() {
6922 static PosixColourImpl s_instance;
6923 return &s_instance;
6924 }
6925
6926 private:
6927 void setColour( const char* _escapeCode ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected