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

Class

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

Source from the content-addressed store, hash-verified

849): string => fingerprint(["snapshot-v4", sha, ts.version, modules === undefined ? "all" : [...modules].sort()])
850
851export class Snapshotter extends Context.Service<Snapshotter, {
852 readonly extract: (options: ExtractSnapshotOptions) => Effect.Effect<
853 ApiSnapshot,
854 ApiDiffError | SnapshotExtractionError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected