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

Method created

tests/constructor_stats.h:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 void created(void *inst) { ++_instances[inst]; }
104
105 void destroyed(void *inst) {
106 if (--_instances[inst] < 0) {

Callers 1

track_createdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected