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

Function clearAllData

devtools/panel.bundle.js:59–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 function clearAllData() {
60 state.connections = {};
61 state.selectedConnectionId = null;
62 state.selectedMessageId = null;
63 }
64
65 function addConnection$1(connectionData) {
66 state.connections[connectionData.id] = connectionData;

Callers 1

setupToolbarHandlersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected