Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/codebrowser
/ m
Method
m
tests/test.cc:193–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
};
192
193
std::string MyClassDerived::m() const
194
{
195
extern int* oh();
196
oh();
197
return MyClass::m();
198
}
199
200
#define BUILD_NS(A, B) A::B
201
#define BUILD_NS2(A, B) ::A::B
Callers
1
DECLARE_FUNCTION
Function · 0.45
Calls
1
oh
Function · 0.85
Tested by
no test coverage detected