Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ping
Method
ping
tests/test_class_sh_mi_thunks.cpp:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
VBase &operator=(VBase &&) = default;
43
virtual ~VBase() = default;
44
virtual int ping() const { return 1; }
45
int vbase_tag = 42; // ensure it's not empty
46
};
47
Callers
1
test_make_diamond_as_vbase
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected