MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / stop

Method stop

daemon/src/entity/commands/task/openfrp.ts:109–114  ·  view source on GitHub ↗
(instance: Instance)

Source from the content-addressed store, hash-verified

107 }
108
109 async stop(instance: Instance) {
110 if (instance.openFrp) {
111 const frpProcess = instance.openFrp;
112 frpProcess.stop();
113 }
114 }
115}

Callers

nothing calls this directly

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected