MCPcopy
hub / github.com/msgbyte/tianji / log

Method log

apps/daily-ai-trigger/worker-configuration.d.ts:121–121  ·  view source on GitHub ↗
(...data: any[])

Source from the content-addressed store, hash-verified

119 info(...data: any[]): void;
120 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static) */
121 log(...data: any[]): void;
122 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/table_static) */
123 table(tabularData?: any, properties?: string[]): void;
124 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/time_static) */

Callers 15

moveDirectoriesFunction · 0.80
reset-project.jsFile · 0.80
injectTrackerFunction · 0.80
fetchFunction · 0.80
handlerFunction · 0.80
handlerFunction · 0.80
handlerFunction · 0.80
handlerFunction · 0.80
scheduledFunction · 0.80
handleTriggerAITaskFunction · 0.80
handleCreateDailyReportFunction · 0.80
startReviewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected