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

Method use

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

Source from the content-addressed store, hash-verified

6985 Colour::~Colour(){ if( !m_moved ) use( None ); }
6986
6987 void Colour::use( Code _colourCode ) {
6988 static IColourImpl* impl = platformColourInstance();
6989 impl->use( _colourCode );
6990 }
6991
6992 std::ostream& operator << ( std::ostream& os, Colour const& ) {
6993 return os;

Callers 1

do_workFunction · 0.45

Calls 1

platformColourInstanceFunction · 0.85

Tested by 1

do_workFunction · 0.36