MCPcopy
hub / github.com/angular/angular / getMock

Method getMock

packages/service-worker/worker/testing/clients.ts:79–81  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

77 }
78
79 getMock(id: string): MockClient | undefined {
80 return this.clients.get(id);
81 }
82
83 async matchAll<T extends ClientQueryOptions>(
84 options?: T,

Callers 5

happy_spec.tsFile · 0.80
handleFetchMethod · 0.80
handleMessageMethod · 0.80
handleMessageErrorMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected