Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ formatList
Function
formatList
core/fleet/session.js:101–103 ·
view source on GitHub ↗
(items)
Source
from the content-addressed store, hash-verified
99
.filter((task) => task.id);
100
}
101
102
function
formatList(items) {
103
return
items && items.length ? items.join(
', '
) :
'none'
;
104
}
105
106
function
formatWave(wave) {
Callers
1
serializeWorkQueue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected