Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ Base2
Method
Base2
tests/test_class_sh_disowning_mi.cpp:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
struct Base2 {
38
explicit Base2(int j) : j(j) {}
39
int bar() const { return j; }
40
int j;
41
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected