MCPcopy Index your code
hub / github.com/mozilla/source-map / RawIndexMap

Interface RawIndexMap

source-map.d.ts:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25export interface RawIndexMap extends StartOfSourceMap {
26 version: number;
27 sections: RawSection[];
28}
29
30export interface RawSection {
31 offset: Position;

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…