MCPcopy Create free account
hub / github.com/aptdnfapt/qwen-code-oai-proxy / loadModule

Function loadModule

scripts/validate-runtime.ts:25–28  ·  view source on GitHub ↗
(relativePath: string)

Source from the content-addressed store, hash-verified

23];
24
25function loadModule(relativePath: string): any {
26 const resolvedPath = path.join(__dirname, relativePath);
27 return require(resolvedPath);
28}
29
30function main(): void {
31 let failed = false;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected