MCPcopy Create free account
hub / github.com/pybind/pybind11 / Pet

Method Pet

tests/test_class_sh_unique_ptr_custom_deleter.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19private:
20 explicit Pet(const std::string &name) : name(name) {}
21};
22
23TEST_SUBMODULE(class_sh_unique_ptr_custom_deleter, m) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected