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