MCPcopy
hub / github.com/microsoft/vscode-js-debug / isSourceWithMap

Function isSourceWithMap

src/adapter/source.ts:521–522  ·  view source on GitHub ↗
(source: unknown)

Source from the content-addressed store, hash-verified

519}
520
521export const isSourceWithMap = (source: unknown): source is ISourceWithMap =>
522 !!source && source instanceof Source && !!source.sourceMap;
523
524export const isSourceWithSourceMap = (
525 source: unknown,

Callers 10

setThreadMethod · 0.90
shouldStepOverStackFrameFunction · 0.90
_originalPositionForMethod · 0.90
removeSourceMethod · 0.90
_toggleSkippingFileMethod · 0.90
isSourceWithSourceMapFunction · 0.85
isSourceWithWasmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected