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

Method open

daemon/src/entity/commands/task/openfrp.ts:23–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 public open() {
24 logger.info("Start openfrp:", FRPC_PATH);
25 this.processWrapper?.start();
26 if (!this.processWrapper?.getPid()) {
27 throw new Error("pid is null");
28 }
29 }
30
31 public stop() {
32 try {

Callers 6

startMethod · 0.95
downloadFileFunction · 0.80
initTerminalWindowFunction · 0.80
onClickIconFunction · 0.80
initMethod · 0.80
initNamedPipeMethod · 0.80

Calls 3

infoMethod · 0.80
getPidMethod · 0.80
startMethod · 0.65

Tested by

no test coverage detected