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

Function resolveApplicationLogChannel

src/services/loggingService.js:463–468  ·  view source on GitHub ↗
(config, roleSettings = {}, appSettings = {})

Source from the content-addressed store, hash-verified

461}
462
463export function resolveApplicationLogChannel(config, roleSettings = {}, appSettings = {}) {
464 return roleSettings.logChannelId
465 || config?.logging?.channels?.applications
466 || appSettings.logChannelId
467 || null;
468}
469
470export { EVENT_TYPES, EVENT_COLORS, EVENT_ICONS, LOG_DESTINATIONS };

Callers 2

handleApplicationModalFunction · 0.90
showApplicationDashboardFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected