MCPcopy Create free account
hub / github.com/hydro-dev/Hydro / callback

Function callback

packages/hydrooj/src/handler/user.ts:654–656  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

652 throw new NotFoundError();
653 },
654 async callback() {
655 throw new NotFoundError();
656 },
657 });
658 await ctx.inject(['api'], ({ api }) => {
659 api.provide(UserApi);

Callers 1

withHandlerClassMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected