MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / use

Method use

Bcore/src/main/cpp/Dobby/tests/catch.hpp:6818–6821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6816}
6817
6818void Colour::use(Code _colourCode) {
6819 static IColourImpl *impl = platformColourInstance();
6820 impl->use(_colourCode);
6821}
6822
6823std::ostream &operator<<(std::ostream &os, Colour const &) {
6824 return os;

Callers

nothing calls this directly

Calls 1

platformColourInstanceFunction · 0.85

Tested by

no test coverage detected