Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ bark
Function
bark
tests/run_time/source/functions.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
};
49
50
std::tuple<int, int> bark(int num_value, A* a) {
51
return std::tuple<int, int>(num_value * 2, a->bark());
52
}
53
54
int overloaded(int x) {
55
INFO(x);
Callers
nothing calls this directly
Calls
1
bark
Method · 0.45
Tested by
no test coverage detected