Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ g
Method
g
tests/UsingDeclTest.cpp:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
struct B {
5
virtual void f(int) { std::cout <<
"B::f\n"
; }
6
void g(char) { std::cout <<
"B::g\n"
; }
7
void h(int) { std::cout <<
"B::h\n"
; }
8
9
protected:
Callers
1
func
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected