Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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\
57
foo f;\r\n\
58
f.init();\r\n\
Callers
1
TestScope.cpp
File · 0.85
Calls
1
auto
Function · 0.70
Tested by
no test coverage detected