MCPcopy Index your code
hub / github.com/flightjs/flight / saveLogFilter

Function saveLogFilter

lib/debug.js:92–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 function saveLogFilter() {
93 try {
94 if (window.localStorage) {
95 localStorage.setItem('logFilter_eventNames', logFilter.eventNames);
96 localStorage.setItem('logFilter_actions', logFilter.actions);
97 }
98 } catch (ignored) {};
99 }
100
101 function retrieveLogFilter() {
102 var eventNames, actions;

Callers 4

filterEventLogsByActionFunction · 0.85
filterEventLogsByNameFunction · 0.85
hideAllEventLogsFunction · 0.85
showAllEventLogsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected