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