MCPcopy 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
3void f(int&&)
4{
5 std::cout << "hello"
6 << "&&\n";
7}
8void f(int&)
9{
10 std::cout << "bello"

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected