MCPcopy
hub / github.com/virattt/dexter / debugLog

Function debugLog

src/gateway/channels/whatsapp/inbound.ts:20–22  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

18
19const LOG_PATH = dexterPath('gateway-debug.log');
20function debugLog(msg: string) {
21 appendFileSync(LOG_PATH, `${new Date().toISOString()} ${msg}\n`);
22}
23
24function extractMentionedJids(message: WAMessage): string[] {
25 const rawMsg = message.message;

Callers 3

extractTextFunction · 0.70
monitorWebInboxFunction · 0.70
onMessagesUpsertFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected