(name: string)
| 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* () { |
no test coverage detected