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

Function ArgMethod

packages/hydrooj/src/utils.ts:18–20  ·  view source on GitHub ↗
(target: any, funcName: string, obj: any)

Source from the content-addressed store, hash-verified

16};
17
18export function ArgMethod(target: any, funcName: string, obj: any) {
19 return obj;
20}
21
22export function unwrapExports(module: any) {
23 if (isNullable(module)) return module;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected