MCPcopy
hub / github.com/ajv-validator/ajv / log

Method log

lib/core.ts:271–271  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

269
270export interface Logger {
271 log(...args: unknown[]): unknown
272 warn(...args: unknown[]): unknown
273 error(...args: unknown[]): unknown
274}

Callers 5

testFunction · 0.80
jtd.jsFile · 0.80
mainFunction · 0.80
afterErrorFunction · 0.80
coercion.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64