Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ sourceReference
Method
sourceReference
valdi/vscode_debugger/src/adapter/sources.ts:184–186 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
182
}
183
184
sourceReference(): number {
185
return
this._sourceReference;
186
}
187
188
content(): Promise<string | undefined> {
189
return
this._contentGetter();
Callers
7
_addSource
Method · 0.80
removeSource
Method · 0.80
hasAtLocation
Method · 0.80
constructor
Method · 0.80
tryUpdateLocations
Method · 0.80
moveBreakpoints
Method · 0.80
_updateSourceWithSkippedSourceMappedSources
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected