MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / getEditorialChannel

Function getEditorialChannel

server/src/db/system-settings-db.ts:298–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296 * a central queue regardless of which committee the draft belongs to.
297 */
298export async function getEditorialChannel(): Promise<EditorialChannelSetting> {
299 const result = await getSetting<EditorialChannelSetting>(SETTING_KEYS.EDITORIAL_SLACK_CHANNEL);
300 return result ?? { channel_id: null, channel_name: null };
301}
302
303/**
304 * Set the editorial review notification Slack channel

Callers 4

notifyPendingReviewFunction · 0.85
gatherConfiguredChannelsFunction · 0.85
resolveEditorialChannelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected