MCPcopy
hub / github.com/alibaba/lightproxy / SwpanModuleProp

Interface SwpanModuleProp

src/main/api.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import http from 'http';
16
17interface SwpanModuleProp {
18 moduleId: string;
19 env: any;
20 keepAlive: boolean;
21}
22async function checkInstall() {
23 await checkInstallStatus();
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected