MCPcopy Index your code
hub / github.com/hydro-dev/Hydro / error

Method error

packages/hydrooj/src/handler/manage.ts:71–71  ·  view source on GitHub ↗
(payload: any)

Source from the content-addressed store, hash-verified

69 const log = (payload: any) => this.send({ type: 'log', payload });
70 const warn = (payload: any) => this.send({ type: 'warn', payload });
71 const error = (payload: any) => this.send({ type: 'error', payload });
72 await this.ctx.check.run(this, log, warn, error, (id) => { this.id = id; });
73 }
74

Callers 15

loader.tsFile · 0.45
resolvePluginMethod · 0.45
preloadFunction · 0.45
options.tsFile · 0.45
loadFunction · 0.45
loadConfigMethod · 0.45
processSingleLanguageFunction · 0.45
upgrade.tsFile · 0.45
registerFunction · 0.45
registerFunction · 0.45
downloadAndExtractZipFunction · 0.45
registerFunction · 0.45

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected