Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
function
loadModule(relativePath: string): any {
26
const
resolvedPath = path.join(__dirname, relativePath);
27
return
require(resolvedPath);
28
}
29
30
function
main(): void {
31
let
failed = false;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected