MCPcopy Create free account
hub / github.com/Snapchat/Valdi / isSourceWithMap

Function isSourceWithMap

valdi/vscode_debugger/src/adapter/sources.ts:396–397  ·  view source on GitHub ↗
(source: unknown)

Source from the content-addressed store, hash-verified

394}
395
396export const isSourceWithMap = (source: unknown): source is ISourceWithMap =>
397 source instanceof Source && !!source.sourceMap;
398
399export interface IPreferredUiLocation extends IUiLocation {
400 isMapped: boolean;

Callers 10

_toggleSkippingFileMethod · 0.90
prettyPrintMethod · 0.85
preferredUiLocationMethod · 0.85
_addSourceMethod · 0.85
removeSourceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected