MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / isDmChannelId

Method isDmChannelId

src/runtime/adapters/slack.ts:763–765  ·  view source on GitHub ↗
(channelId: string)

Source from the content-addressed store, hash-verified

761 return `${teamId}:${channelId}`;
762 }
763
764 private isDmChannelId(channelId: string): boolean {
765 return channelId.startsWith("D");
766 }
767
768 private getErrorMessage(err: unknown): string {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected