MCPcopy
hub / github.com/botpress/botpress / forBot

Method forBot

packages/bp/src/typings/global.d.ts:341–341  ·  view source on GitHub ↗

* Use to print a debug message prefixed with the botId * @param botId The bot Id * @param message The debug message

(botId: string, message: string, extra?: any)

Source from the content-addressed store, hash-verified

339 * @param message The debug message
340 */
341 forBot(botId: string, message: string, extra?: any): void
342 sub(namespace: string): IDebugInstance
343}
344

Callers 15

constructorMethod · 0.65
debugMethod · 0.65
loadFromBotConfigFileMethod · 0.65
reloadMessagingForBotMethod · 0.65
printWebhooksMethod · 0.65
getFlowsWithActionsMethod · 0.65
reducerMethod · 0.65
readFileAsStringMethod · 0.65
getHooksLifecycleFunction · 0.65
getAllElementsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected