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

Function isMessagePinned

devtools/modules/state.js:76–78  ·  view source on GitHub ↗
(connectionId, messageId)

Source from the content-addressed store, hash-verified

74}
75
76export function isMessagePinned(connectionId, messageId) {
77 return state.pinnedMessageIds[connectionId]?.has(messageId) || false;
78}
79
80export function clearAllData() {
81 state.connections = {};

Callers 3

createMessageRowFunction · 0.90
updatePinButtonStateFunction · 0.90
getDisplayMessagesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected