MCPcopy Create free account
hub / github.com/DFHack/dfhack / do_destroy

Function do_destroy

library/include/DataDefs.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 virtual void *do_allocate() const { return do_allocate_pod(); }
91 virtual bool do_copy(void *tgt, const void *src) const { do_copy_pod(tgt, src); return true; }
92 virtual bool do_destroy(void *obj) const { return do_destroy_pod(obj); }
93
94 public:
95 virtual ~type_identity() {}

Callers 1

destroyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected