Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ foo
Function
foo
tests/AutoHandler2Test.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <set>
4
5
template <typename T> void foo(T & t)
6
{
7
auto it = t.find(42);
8
}
9
10
11
int main() {
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected