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

Interface SourceMapData

src/lib/explore.ts:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63type Consumer = BasicSourceMapConsumer | IndexedSourceMapConsumer;
64
65interface SourceMapData {
66 consumer: Consumer;
67 codeFileContent: string;
68}
69
70/**
71 * Get source map

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…