Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ move_created
Method
move_created
tests/constructor_stats.h:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void move_created(void *inst) {
94
created(inst);
95
move_constructions++;
96
}
97
98
void default_created(void *inst) {
99
created(inst);
Callers
1
track_move_created
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected