MCPcopy Create free account
hub / github.com/cursor/plugins / collect

Function collect

orchestrate/skills/orchestrate/scripts/cli/util.ts:276–278  ·  view source on GitHub ↗
(value: string, previous: string[])

Source from the content-addressed store, hash-verified

274}
275
276export function collect(value: string, previous: string[]): string[] {
277 return [...previous, value];
278}
279
280export function resolveTaskBody(parts: string[]): string {
281 if (parts.length === 1 && parts[0] === "-") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected