MCPcopy
hub / github.com/openclaw/clawsweeper / closeReasonFilterText

Function closeReasonFilterText

src/clawsweeper.ts:3028–3030  ·  view source on GitHub ↗
(filter: ReadonlySet<CloseReason> | null)

Source from the content-addressed store, hash-verified

3026}
3027
3028function closeReasonFilterText(filter: ReadonlySet<CloseReason> | null): string {
3029 return filter ? [...filter].sort().join(",") : "all";
3030}
3031
3032function closeReasonEnabled(
3033 closeReason: CloseReason,

Callers 1

applyDecisionsCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected