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

Method operator delete

include/covscript/impl/symbols.hpp:702–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700 }
701
702 static void operator delete(void *ptr)
703 {
704 gc.remove(ptr);
705 ::operator delete(ptr);
706 }
707
708 method_base() = default;
709

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected