Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ call_name
Method
call_name
tests/test_smart_ptr.cpp:269–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
std::string name() override { return
"SftVirtDerived2"
; }
269
std::string call_name(const std::shared_ptr<SftVirtDerived2> &d2) { return d2->name(); }
270
};
271
272
// test_move_only_holder
Callers
1
test_shared_from_this_virt_shared_ptr_arg
Function · 0.95
Calls
1
name
Method · 0.45
Tested by
no test coverage detected