MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/AutoHandler2Test.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11int main() {
12std::map<int, int> m;
13std::set<int> s;
14
15foo(m);
16foo(s);
17}

Callers

nothing calls this directly

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected