MCPcopy Create free account
hub / github.com/doctest/doctest / Foo

Class Foo

examples/all_features/double_stringification.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6namespace App {
7struct Foo {};
8static std::string toString(Foo *) {
9 return "Foo";
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected