Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
27
export
function
isMsgActivateUpdate(msg: MsgAny): msg is MsgActivateUpdate {
28
return
msg.action ===
'ACTIVATE_UPDATE'
;
29
}
30
31
export
interface
MsgCheckVersion {
32
action:
'CHECK_VERSION'
;
Callers
1
handleMessage
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected