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

Function get

tests/LambdaHandler8Test.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7int get(int& v){
8
9 auto x = Test( [&]{ return v; });
10
11 return x;
12}
13
14
15int main(){

Callers 1

mainFunction · 0.70

Calls 1

TestFunction · 0.70

Tested by

no test coverage detected