Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/codebrowser
/ function
Method
function
tests/test.cc:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
~ MyClass();
68
69
static std::string function(int hi,
70
bool ho,
71
double = 4 + 5,
72
std::string nothiung = std::string(
"hell"
) +
"0"
)
73
{ return MyClass().string2; }
74
75
virtual std::string m() const {
76
std::string local = string;
Callers
1
toString
Function · 0.80
Calls
1
MyClass
Class · 0.85
Tested by
no test coverage detected