Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
struct 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_free
Function · 0.85
delete_data
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
clear
Method · 0.45
empty
Method · 0.45
pop
Method · 0.45
Tested by
no test coverage detected