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

Function filterEventLogsByAction

lib/debug.js:64–70  ·  view source on GitHub ↗
(/*actions*/)

Source from the content-addressed store, hash-verified

62 }
63
64 function filterEventLogsByAction(/*actions*/) {
65 var actions = [].slice.call(arguments);
66
67 logFilter.eventNames.length || (logFilter.eventNames = ALL);
68 logFilter.actions = actions.length ? actions : ALL;
69 saveLogFilter();
70 }
71
72 function filterEventLogsByName(/*eventNames*/) {
73 var eventNames = [].slice.call(arguments);

Callers

nothing calls this directly

Calls 1

saveLogFilterFunction · 0.85

Tested by

no test coverage detected