MCPcopy
hub / github.com/angular/angular / isMsgActivateUpdate

Function isMsgActivateUpdate

packages/service-worker/worker/src/msg.ts:27–29  ·  view source on GitHub ↗
(msg: MsgAny)

Source from the content-addressed store, hash-verified

25}
26
27export function isMsgActivateUpdate(msg: MsgAny): msg is MsgActivateUpdate {
28 return msg.action === 'ACTIVATE_UPDATE';
29}
30
31export interface MsgCheckVersion {
32 action: 'CHECK_VERSION';

Callers 1

handleMessageMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…