MCPcopy Create free account
hub / github.com/covscript/covscript / remove

Method remove

include/covscript/core/core.hpp:1179–1182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177 }
1178
1179 void remove(void *ptr)
1180 {
1181 table.erase(static_cast<T *>(ptr));
1182 }
1183 };
1184
1185 namespace dll {

Callers 3

operator deleteMethod · 0.45
operator deleteMethod · 0.45
operator deleteMethod · 0.45

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected