MCPcopy
hub / github.com/diced/zipline / error

Method error

src/lib/logger.ts:90–93  ·  view source on GitHub ↗
(args: string | Error, extra?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

88 }
89
90 public error(args: string | Error, extra?: Record<string, unknown>) {
91 this.write(args.toString(), 'error', extra);
92 return this;
93 }
94
95 public debug(args: string, extra?: Record<string, unknown>) {
96 if (!this.isZiplineDebug()) return this;

Callers 15

GenericErrorFunction · 0.80
onSubmitFunction · 0.80
onSubmitFunction · 0.80
onContentFunction · 0.80
onJsonFunction · 0.80
onContentFunction · 0.80
onJsonFunction · 0.80
compressFileFunction · 0.80
getRandomValuesFunction · 0.80
handleUploadResponseFunction · 0.80
readThemesFunction · 0.80
getDatasourceFunction · 0.80

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected