MCPcopy Create free account
hub / github.com/bywwcnll/StreamPanel / isMessagePinned

Function isMessagePinned

devtools/panel.bundle.js:55–57  ·  view source on GitHub ↗
(connectionId, messageId)

Source from the content-addressed store, hash-verified

53 }
54
55 function isMessagePinned(connectionId, messageId) {
56 return state.pinnedMessageIds[connectionId]?.has(messageId) || false;
57 }
58
59 function clearAllData() {
60 state.connections = {};

Callers 3

createMessageRowFunction · 0.70
updatePinButtonStateFunction · 0.70
getDisplayMessagesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected