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

Function getRenderSignature

devtools/panel.bundle.js:655–663  ·  view source on GitHub ↗
(connectionId)

Source from the content-addressed store, hash-verified

653 }
654
655 function getRenderSignature(connectionId) {
656 const pinnedIds = Array.from(state.pinnedMessageIds[connectionId] || []).sort((a, b) => a - b);
657 return JSON.stringify({
658 filters: state.messageFilters,
659 search: state.searchQuery,
660 displayFieldPath: state.displayFieldPath,
661 pinned: pinnedIds
662 });
663 }
664
665 function renderAllMessages(messages) {
666 const fragment = document.createDocumentFragment();

Callers 1

renderMessageListFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected