MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev /

Class

apps/web/services/slack/file/index.ts:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import fs from 'fs';
16
17export class SlackFileAdapter {
18 filesPath: string;
19 // we will use to persist key-value map of channel-external–id and channel-name
20 channelsMap: Record<string, string>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected