MCPcopy 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
324inline int HeapEntry::InsertIntoHeap(HeapList* list) {
325 return list->HeapPush(this);
326};
327
328inline int HeapEntry::DeleteFromHeap(HeapList* list) {
329 return list->HeapDelete(this);

Callers

nothing calls this directly

Calls 1

HeapPushMethod · 0.80

Tested by

no test coverage detected