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