Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ remove
Method
remove
packages/service-worker/worker/testing/clients.ts:71–73 ·
view source on GitHub ↗
(clientId: string)
Source
from the content-addressed store, hash-verified
69
}
70
71
remove(clientId: string): void {
72
this.clients.delete(clientId);
73
}
74
75
async
get(id: string): Promise<Client> {
76
return
this.clients.get(id)!;
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected