Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get
Method
get
tests/pure_cpp/smart_holder_poc_test.cpp:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
struct base {
55
virtual int get() { return 10; }
56
virtual ~base() = default;
57
};
58
Callers
1
smart_holder_poc_test.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected