Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
struct 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_create
Function · 0.80
test02_sharedptr_from_python
Function · 0.80
test03b_sharedptr_implicit
Function · 0.80
test06_uniqueptr_from_py
Function · 0.80
test07_uniqueptr_passthrough
Function · 0.80
test14_nullable_properties
Function · 0.80
test02_issue_307
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected