MCPcopy
hub / github.com/danvk/source-map-explorer / AdjustSourcePathsTest

Interface AdjustSourcePathsTest

tests/unit/explore.test.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import type { FileDataMap, ExploreOptions } from '../../src/lib/types';
6
7interface AdjustSourcePathsTest {
8 name: string;
9 fileSizeMap: FileDataMap;
10 options: ExploreOptions;
11 expected: FileDataMap;
12}
13
14describe('explore', () => {
15 describe('adjustSourcePaths', () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…