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

Function indent

orchestrate/skills/orchestrate/scripts/cli/util.ts:118–120  ·  view source on GitHub ↗
(depth: number)

Source from the content-addressed store, hash-verified

116}
117
118export function indent(depth: number): string {
119 return " ".repeat(depth);
120}
121
122/**
123 * Walk the tree the same way `crawl` does and collect every `running` task's

Callers 1

crawlBranchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected