Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ f
Function
f
tests/ClassOperatorHandler2Test.cpp:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include <iostream>
2
3
void f(int&&)
4
{
5
std::cout <<
"hello"
6
<<
"&&\n"
;
7
}
8
void f(int&)
9
{
10
std::cout <<
"bello"
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected