MCPcopy Index your code
hub / github.com/codebymitch/TitanBot / getIgnoreList

Function getIgnoreList

src/services/loggingService.js:161–163  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

159}
160
161export function getIgnoreList(config) {
162 return config?.logging?.ignore ?? config?.logIgnore ?? { users: [], channels: [] };
163}
164
165export function isEventEnabled(config, eventType) {
166 if (!config?.logging?.enabled) {

Callers 4

handleRemoveFilterModalFunction · 0.90
logEventFunction · 0.85
getLoggingStatusFunction · 0.85
updateIgnoreListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected