MCPcopy Create free account
hub / github.com/wjakob/nanobind / Example

Method Example

tests/test_holders.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19struct Example {
20 int value;
21 Example(int value) : value(value) { created++; }
22 Example(ExampleSrc src) : value(src.value) { created++; }
23 ~Example() { deleted++; }
24

Callers 7

test01_createFunction · 0.80
test06_uniqueptr_from_pyFunction · 0.80
test02_issue_307Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected