MCPcopy Create free account
hub / github.com/codename-co/stack / writeStack

Function writeStack

packages/scripts/maintenance/lib/hub.ts:124–126  ·  view source on GitHub ↗
(entry: StackEntry, text: string)

Source from the content-addressed store, hash-verified

122}
123
124export function writeStack(entry: StackEntry, text: string): void {
125 writeFileSync(entry.stackFile, text);
126}
127
128// ---------------------------------------------------------------------------
129// compose.yaml version pins

Callers 1

syncEntryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected