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

Method limitRate

packages/hydrooj/src/service/server.ts:37–37  ·  view source on GitHub ↗
(op: string, periodSecs: number, maxOperations: number, defaultKey?: string)

Source from the content-addressed store, hash-verified

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 }
40}

Callers 15

submitMethod · 0.80
postCreateMethod · 0.80
applyFunction · 0.80
postMethod · 0.80
postReplyMethod · 0.80
postTailReplyMethod · 0.80
postMethod · 0.80
postMethod · 0.80
postMethod · 0.80
postMethod · 0.80
postMethod · 0.80
prepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected