Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LegacyUpdate/LegacyUpdate
/ operator delete
Function
operator delete
LegacyUpdate/Utils.cpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void operator delete(void *ptr) {
95
free(ptr);
96
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected