Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ HeapIterate
Method
HeapIterate
adapter/micro_thread/heap.h:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
virtual unsigned long long HeapValue() = 0;
57
58
virtual void HeapIterate() {
59
return;
60
};
61
62
inline int InsertIntoHeap(HeapList* list);
63
Callers
1
HeapForeach
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected