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

Function f

tests/Issue277_2.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18int f(Point p) {
19 auto& [x, y] = p;
20 return x;
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected