MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / statePath

Function statePath

packages/cli/src/commands/cloudrun.ts:232–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230 return join(homedir(), ".hyperframes");
231}
232function statePath(): string {
233 return join(stateDir(), "cloudrun-state.json");
234}
235function writeState(state: StackState): void {
236 mkdirSync(stateDir(), { recursive: true });
237 writeFileSync(statePath(), JSON.stringify(state, null, 2));

Callers 3

writeStateFunction · 0.85
readStateFunction · 0.85
runDestroyFunction · 0.85

Calls 1

stateDirFunction · 0.85

Tested by

no test coverage detected