MCPcopy 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

initMethod · 0.95

Calls 1

updateFriendMethod · 0.95

Tested by

no test coverage detected