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

Function filterEventLogsByName

lib/debug.js:72–78  ·  view source on GitHub ↗
(/*eventNames*/)

Source from the content-addressed store, hash-verified

70 }
71
72 function filterEventLogsByName(/*eventNames*/) {
73 var eventNames = [].slice.call(arguments);
74
75 logFilter.actions.length || (logFilter.actions = ALL);
76 logFilter.eventNames = eventNames.length ? eventNames : ALL;
77 saveLogFilter();
78 }
79
80 function hideAllEventLogs() {
81 logFilter.actions = [];

Callers

nothing calls this directly

Calls 1

saveLogFilterFunction · 0.85

Tested by

no test coverage detected