Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ f
Method
f
tests/Issue379.cpp:4–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
struct C {
4
int f() {
5
int a = 5;
6
const auto b = [&]{return m+a;};
7
return b();
8
}
9
int m = 6;
10
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected