MCPcopy Create free account
hub / github.com/WheretIB/nullc / func2

Function func2

tests/TestIndirectCall.cpp:54–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 auto vec(){ return v; }\r\n\
53 auto array(){ return arr; }\r\n\
54 auto func(){ return auto(){ return *this; }; }\r\n\
55 auto func2(){ return auto(){ return this; }; }\r\n\
56}\r\n\
57foo f;\r\n\
58f.init();\r\n\

Callers 1

TestScope.cppFile · 0.85

Calls 1

autoFunction · 0.70

Tested by

no test coverage detected