Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doctest/doctest
/ function2
Function
function2
examples/all_features/stringification.cpp:273–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
272
static void function() {}
273
static int ***function2() {
274
return nullptr;
275
}
276
277
TEST_CASE(
"pointer comparisons"
) {
278
int i = 42;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected