Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/FunctionRefQualifierTest.cpp:9–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
};
8
9
int main(){
10
Foo f;
11
f.bar(); //
"lvalue"
12
std::move(f).bar(); //
"rvalue"
13
Foo().bar(); //
"rvalue"
14
}
Callers
nothing calls this directly
Calls
2
Foo
Class · 0.70
bar
Method · 0.45
Tested by
no test coverage detected