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

Function getRenderSignature

devtools/modules/messageRenderer.js:90–98  ·  view source on GitHub ↗
(connectionId)

Source from the content-addressed store, hash-verified

88}
89
90function getRenderSignature(connectionId) {
91 const pinnedIds = Array.from(state.pinnedMessageIds[connectionId] || []).sort((a, b) => a - b);
92 return JSON.stringify({
93 filters: state.messageFilters,
94 search: state.searchQuery,
95 displayFieldPath: state.displayFieldPath,
96 pinned: pinnedIds
97 });
98}
99
100function renderAllMessages(messages) {
101 const fragment = document.createDocumentFragment();

Callers 1

renderMessageListFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected