MCPcopy 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
102function formatList(items) {
103 return items && items.length ? items.join(', ') : 'none';
104}
105
106function formatWave(wave) {

Callers 1

serializeWorkQueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected