MCPcopy
hub / github.com/4ian/GDevelop / getPeerMessages

Function getPeerMessages

Extensions/Multiplayer/tests/multiplayer.spec.js:188–189  ·  view source on GitHub ↗
(peerId)

Source from the content-addressed store, hash-verified

186 const peerMultiplayerVariablesManager = {};
187
188 const getPeerMessages = (peerId) =>
189 (peerAllMessagesMap[peerId] = peerAllMessagesMap[peerId] || new Map());
190
191 /**
192 * @param {string} messageName

Callers 3

getOrCreateMessagesListFunction · 0.85
sendDataToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected