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

Function f

tests/Issue277.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected