MCPcopy Create free account
hub / github.com/Effect-TS/effect /

Class

packages/tools/api-diff/src/Worktrees.ts:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25export 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") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected