Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/CppBenchmark
/ TestVirtual
Method
TestVirtual
examples/virtual.cpp:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
#endif
25
26
virtual int TestVirtual(int i) { return i + 3; }
27
};
28
29
class TesterDerived : public TesterBase
Callers
1
virtual.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected