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

Method use

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

Source from the content-addressed store, hash-verified

6801
6802 struct NoColourImpl : IColourImpl {
6803 void use( Colour::Code ) {}
6804
6805 static IColourImpl* instance() {
6806 static NoColourImpl s_instance;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected