MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / useColour

Method useColour

test/expected/catch.hpp:9933–9933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9931 RunTests::InWhatOrder Config::runOrder() const { return m_data.runOrder; }
9932 unsigned int Config::rngSeed() const { return m_data.rngSeed; }
9933 UseColour::YesOrNo Config::useColour() const { return m_data.useColour; }
9934 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; }
9935 int Config::abortAfter() const { return m_data.abortAfter; }
9936 bool Config::showInvisibles() const { return m_data.showInvisibles; }

Callers 1

platformColourInstanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected