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

Function foo

tests/Issue704.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6};
7
8void foo()
9{
10 S s{1};
11 auto& [x] = s;
12 auto g = [x]() {};
13}
14
15void bar()
16{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected