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

Function stateDir

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

Source from the content-addressed store, hash-verified

227// ── State helpers ─────────────────────────────────────────────────────────
228
229function stateDir(): string {
230 return join(homedir(), ".hyperframes");
231}
232function statePath(): string {
233 return join(stateDir(), "cloudrun-state.json");
234}

Callers 3

statePathFunction · 0.85
writeStateFunction · 0.85
writeCloudBuildConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected