Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/CppBenchmark
/ TestVirtual
Method
TestVirtual
examples/virtual.cpp:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
{
31
public:
32
int TestVirtual(int i) override { return i + 33; }
33
};
34
35
class VirtualFixture
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected