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

Method versionsDir

packages/sdk/src/adapters/fs.ts:109–111  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

107 }
108
109 private versionsDir(path: string): string {
110 return join(this.root, ".hf-versions", path);
111 }
112
113 private async appendVersion(path: string, content: string): Promise<void> {
114 const prior = this._writeLocks.get(path) ?? Promise.resolve();

Callers 3

listVersionsMethod · 0.95
loadFromMethod · 0.95
_doAppendVersionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected