MCPcopy Create free account
hub / github.com/Botloader/botloader / log

Function log

components/runtime/src/ts/core_util.ts:7–13  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

5
6export namespace console {
7 export function log(...args: any[]) {
8 console.output({
9 items: args,
10 level: "log",
11 skipCallers: 1,
12 })
13 }
14
15 export function warn(...args: any[]) {
16 console.output({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected