MCPcopy Index your code
hub / github.com/WebFreak001/code-debug / setSourceFileMap

Method setSourceFileMap

src/mibase.ts:744–750  ·  view source on GitHub ↗
(configMap: { [index: string]: string }, fallbackGDB: string, fallbackIDE: string)

Source from the content-addressed store, hash-verified

742 }
743
744 protected setSourceFileMap(configMap: { [index: string]: string }, fallbackGDB: string, fallbackIDE: string): void {
745 if (configMap === undefined) {
746 this.sourceFileMap = new SourceFileMap({[fallbackGDB]: fallbackIDE});
747 } else {
748 this.sourceFileMap = new SourceFileMap(configMap, fallbackGDB);
749 }
750 }
751
752}
753

Callers 3

launchRequestMethod · 0.80
attachRequestMethod · 0.80
launchRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected