Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ addScriptId
Method
addScriptId
valdi/vscode_debugger/src/adapter/sources.ts:176–178 ·
view source on GitHub ↗
(scriptId: Cdp.Runtime.ScriptId)
Source
from the content-addressed store, hash-verified
174
}
175
176
addScriptId(scriptId: Cdp.Runtime.ScriptId): void {
177
this._scriptIds.push(scriptId);
178
}
179
180
scriptIds(): Cdp.Runtime.ScriptId[] {
181
return
this._scriptIds;
Callers
1
createSource
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected