MCPcopy Create free account
hub / github.com/cirquit/trdrop / instance

Method instance

ext/catch.hpp:7707–7710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7705 }
7706 }
7707 static IColourImpl* instance() {
7708 static PosixColourImpl s_instance;
7709 return &s_instance;
7710 }
7711
7712 private:
7713 void setColour( const char* _escapeCode ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected