Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ Foo
Method
Foo
tests/test_cross_module_rtti/lib.cpp:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
int Base::get() const { return a + b; }
8
9
Foo::Foo(int a, int b) : Base{a, b} {}
10
11
int Foo::get() const { return 2 * a + b; }
12
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected