Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ DeleteFromHeap
Method
DeleteFromHeap
adapter/micro_thread/heap.h:328–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
};
327
328
inline int HeapEntry::DeleteFromHeap(HeapList* list) {
329
return list->HeapDelete(this);
330
};
331
332
} // namespace end
333
Callers
nothing calls this directly
Calls
1
HeapDelete
Method · 0.80
Tested by
no test coverage detected