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

Method printSourceInfo

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

Source from the content-addressed store, hash-verified

11423
11424private:
11425 void printSourceInfo() const {
11426 Colour colourGuard(Colour::FileName);
11427 stream << result.getSourceInfo() << ':';
11428 }
11429
11430 void printResultType(Colour::Code colour, std::string const& passOrFail) const {
11431 if (!passOrFail.empty()) {

Callers

nothing calls this directly

Calls 1

getSourceInfoMethod · 0.80

Tested by

no test coverage detected