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

Method instance

unittests/catch.hpp:6805–6808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6803 void use( Colour::Code ) {}
6804
6805 static IColourImpl* instance() {
6806 static NoColourImpl s_instance;
6807 return &s_instance;
6808 }
6809 };
6810
6811 } // anon namespace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected