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

Method getChannelKey

src/runtime/adapters/slack.ts:759–761  ·  view source on GitHub ↗
(teamId: string, channelId: string)

Source from the content-addressed store, hash-verified

757 );
758 }
759
760 private getChannelKey(teamId: string, channelId: string): string {
761 return `${teamId}:${channelId}`;
762 }
763
764 private isDmChannelId(channelId: string): boolean {

Callers 2

handleMentionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected