MCPcopy Create free account
hub / github.com/browserbase/stagehand / entryPath

Method entryPath

packages/evals/framework/rubricCache.ts:111–115  ·  view source on GitHub ↗
(taskId: string)

Source from the content-addressed store, hash-verified

109 }
110
111 private entryPath(taskId: string): string {
112 // Sanitize task id for filesystem safety.
113 const safe = taskId.replace(/[^A-Za-z0-9._-]/g, "_");
114 return path.join(this.cacheDir, `${safe}.json`);
115 }
116}

Callers 2

readMethod · 0.95
writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected