Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ callFrameId
Method
callFrameId
valdi/vscode_debugger/src/adapter/stackTrace.ts:183–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
}
182
183
callFrameId(): string | undefined {
184
return
this._scope ? this._scope.callFrameId : undefined;
185
}
186
187
async
scopes(): Promise<Dap.ScopesResult> {
188
if
(!this._scope) {
Callers
4
restartFrame
Method · 0.80
completions
Method · 0.80
evaluate
Method · 0.80
completePropertyAccess
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected