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

Method CppCallable

tests/test_callbacks.cpp:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 class CppCallable {
132 public:
133 CppCallable() { track_default_created(this); }
134 ~CppCallable() { track_destroyed(this); }
135 CppCallable(const CppCallable &) { track_copy_created(this); }
136 CppCallable(CppCallable &&) noexcept { track_move_created(this); }

Callers

nothing calls this directly

Calls 3

track_default_createdFunction · 0.85
track_copy_createdFunction · 0.85
track_move_createdFunction · 0.85

Tested by

no test coverage detected