Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get_c_c
Method
get_c_c
tests/test_multiple_inheritance.cpp:272–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
int c = 2;
271
int get_c_b() const { return b; }
272
int get_c_c() const { return c; }
273
};
274
struct MVD0 : virtual MVC {
275
int d0 = 3;
Callers
5
test_pr3635_diamond_c
Function · 0.95
test_pr3635_diamond_d0
Function · 0.80
test_pr3635_diamond_d1
Function · 0.80
test_pr3635_diamond_e
Function · 0.80
test_pr3635_diamond_f
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected