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

Method constructor

apps/web/services/slack/file/index.ts:23–27  ·  view source on GitHub ↗
(filesPath: string)

Source from the content-addressed store, hash-verified

21 repliesMap: Record<string, any[]>;
22
23 constructor(filesPath: string) {
24 this.filesPath = filesPath;
25 this.channelsMap = {};
26 this.repliesMap = {};
27 }
28
29 _readParseFile(filename: string) {
30 const data = fs.readFileSync(this.filesPath + '/' + filename, 'utf8');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected