Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ priorityqueue_size
Function
priorityqueue_size
plugins/askrene/child/priorityqueue.c:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
}
72
size_t priorityqueue_size(const struct priorityqueue *q) { return q->heapsize; }
73
74
size_t priorityqueue_maxsize(const struct priorityqueue *q) {
75
return tal_count(q->value);
Callers
3
priorityqueue_show
Function · 0.85
main
Function · 0.85
priorityqueue_append
Function · 0.85
Calls
no outgoing calls
Tested by
2
priorityqueue_show
Function · 0.68
main
Function · 0.68