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

Method scriptsFromSource

valdi/vscode_debugger/src/adapter/threads.ts:1125–1127  ·  view source on GitHub ↗
(source: Source)

Source from the content-addressed store, hash-verified

1123 }
1124
1125 scriptsFromSource(source: Source): Set<Script> {
1126 return this._sourceScripts.get(source) || new Set();
1127 }
1128
1129 private _removeAllScripts(silent = false) {
1130 const scripts = Array.from(this._sourceContainer.scriptsById.values());

Callers 3

_removeAllScriptsMethod · 0.95
_setByUiLocationFunction · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected