Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ foo
Method
foo
tests/test_multiple_inheritance.cpp:52–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
struct Base1a {
51
explicit Base1a(int i) : i(i) {}
52
int foo() const { return i; }
53
int i;
54
};
55
struct Base2a {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected