Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
namespace App {
7
struct Foo {};
8
static std::string toString(Foo *) {
9
return
"Foo"
;
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected