Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ id
Method
id
tests/test_class_sh_inheritance.cpp:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
struct drvd : base {
25
int id() const override { return 2 * base_id; }
26
};
27
28
// clang-format off
Callers
7
pass_cptr_base
Function · 0.45
pass_cptr_drvd
Function · 0.45
pass_shcp_base
Function · 0.45
pass_shcp_drvd
Function · 0.45
pass_cptr_base1
Function · 0.45
pass_cptr_base2
Function · 0.45
pass_cptr_drvd2
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected