Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ default_created
Method
default_created
tests/constructor_stats.h:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void default_created(void *inst) {
99
created(inst);
100
default_constructions++;
101
}
102
103
void created(void *inst) { ++_instances[inst]; }
104
Callers
1
track_default_created
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected