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

Interface RpDef

packages/hydrooj/src/script/rating.ts:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20type Report = (data: any) => void;
21
22interface RpDef {
23 run(domainIds: string[], udict: ND, report: Report): Promise<void>;
24 hidden: boolean;
25 base: number;
26}
27
28const { log, max, min } = Math;
29

Callers 8

registerActionFunction · 0.65
componentDidUpdateMethod · 0.65
applyFunction · 0.65
runInDomainFunction · 0.65
runScriptFunction · 0.65
applyFunction · 0.65
checkMethod · 0.65
postMethod · 0.65

Implementers 4

ChangeThemeActionpackages/ui-default/components/monaco/
FpsProblemImportHandlerpackages/fps-importer/index.ts
ElasticSearchServicepackages/elastic/index.ts
CheckServicepackages/hydrooj/src/service/check.ts

Calls

no outgoing calls

Tested by

no test coverage detected