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

Method progress

packages/hydrooj/src/service/server.ts:36–36  ·  view source on GitHub ↗
(message: string, params: any[])

Source from the content-addressed store, hash-verified

34 paginate<T>(cursor: FindCursor<T>, page: number, key: string): Promise<[docs: T[], numPages: number, count: number]>;
35 paginate<T>(cursor: FindCursor<T>, page: number, limit: number): Promise<[docs: T[], numPages: number, count: number]>;
36 progress(message: string, params: any[]): void;
37 limitRate(op: string, periodSecs: number, maxOperations: number, defaultKey?: string): Promise<void>;
38 renderTitle(str: string): string;
39 }

Callers 1

postDeleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected