MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / delete_data

Method delete_data

ogsr_engine/COMMON_AI/object_destroyer.h:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11struct CDestroyer
12{
13 IC static void delete_data(LPCSTR data) {}
14
15 IC static void delete_data(LPSTR data) { xr_free(data); }
16

Callers

nothing calls this directly

Calls 7

xr_freeFunction · 0.85
delete_dataFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
clearMethod · 0.45
emptyMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected