MCPcopy Create free account
hub / github.com/anomalyco/opencode / pathFor

Function pathFor

packages/http-recorder/src/cassette.ts:83–83  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

81 const appendLock = yield* Semaphore.make(1)
82
83 const pathFor = (name: string) => cassettePath(directory, name)
84
85 const walk = (current: string): Effect.Effect<ReadonlyArray<string>> =>
86 Effect.gen(function* () {

Callers 1

fileSystemFunction · 0.70

Calls 1

cassettePathFunction · 0.85

Tested by

no test coverage detected