MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / name

Method name

tests/src/Base/Console.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 const char* name() override
43 {
44 return "CapturingLogger";
45 }
46
47private:
48 std::vector<CapturedLog>& output;

Callers 2

PrintToFunction · 0.45
AssertMetadataMatchesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected