Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ debugVersions
Method
debugVersions
packages/service-worker/worker/src/api.ts:123–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
export
interface
Debuggable {
122
debugState(): Promise<DebugState>;
123
debugVersions(): Promise<DebugVersion[]>;
124
debugIdleState(): Promise<DebugIdleState>;
125
}
Callers
1
handleFetch
Method · 0.65
Implementers
1
Driver
packages/service-worker/worker/src/dri
Calls
no outgoing calls
Tested by
no test coverage detected