Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/codebrowser
/ MyClassDerived
Class
MyClassDerived
tests/test.cc:189–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
188
189
struct MyClassDerived : MyClass {
190
virtual std::string m() const override;
191
};
192
193
std::string MyClassDerived::m() const
194
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected