Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getPublishMessage
Method
getPublishMessage
app/lib/wsBus.js:119–126 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
117
}
118
119
getPublishMessage (data) {
120
const
[topic, id] = data.topic.split(
'-'
)
121
switch (topic) {
122
case
'user'
:
123
this.updateFriend(id, data.info)
124
break
125
}
126
}
127
128
async
resetWSInfos () {
129
this.wsInfos = {
Callers
1
init
Method · 0.95
Calls
1
updateFriend
Method · 0.95
Tested by
no test coverage detected