| 23 | } |
| 24 | |
| 25 | export class Worktrees extends Context.Service<Worktrees, { |
| 26 | readonly resolveRef: (repoRoot: string, ref: string) => Effect.Effect<string, ApiDiffError> |
| 27 | readonly prepareSnapshot: (options: PrepareSnapshotOptions) => Effect.Effect<ApiSnapshot, ApiDiffError> |
| 28 | }>()("@effect/api-diff/Worktrees") { |
nothing calls this directly
no outgoing calls
no test coverage detected