Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
int main() {
12
std::map<int, int> m;
13
std::set<int> s;
14
15
foo(m);
16
foo(s);
17
}
Callers
nothing calls this directly
Calls
1
foo
Function · 0.70
Tested by
no test coverage detected