MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / get

Method get

keyword/keyword.ts:367–374  ·  view source on GitHub ↗
(fromCid: number)

Source from the content-addressed store, hash-verified

365 const row = stmt.get(fromCid) as any;
366 return row ? row.to_cid : undefined;
367 }
368}
369
370class KeywordTasks {
371 private tasks: KeywordTask[] = [];
372
373 constructor() {
374 this.loadFromDB();
375 }
376
377 add(task: KeywordTask): void {

Callers 2

checkAndReplyMethod · 0.45
keywordFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected