MCPcopy Create free account
hub / github.com/covscript/covscript / operator delete

Method operator delete

include/covscript/impl/symbols.hpp:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 static void operator delete(void *ptr)
193 {
194 gc.remove(ptr);
195 ::operator delete(ptr);
196 }
197
198 token_base() = default;
199

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected