MCPcopy Index your code
hub / github.com/angular/angular / decode

Function decode

packages/service-worker/test/comm_spec.ts:196–199  ·  view source on GitHub ↗
(charCodeArr: Uint8Array)

Source from the content-addressed store, hash-verified

194
195 it('calls `PushManager.subscribe()` (with appropriate options)', async () => {
196 const decode = (charCodeArr: Uint8Array) =>
197 Array.from(charCodeArr)
198 .map((c) => String.fromCharCode(c))
199 .join('');
200
201 // atob('c3ViamVjdHM/') === 'subjects?'
202 const serverPublicKey = 'c3ViamVjdHM_';

Callers 1

comm_spec.tsFile · 0.70

Calls 2

mapMethod · 0.80
joinMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…