MCPcopy
hub / github.com/xpf0000/FlyEnv / initServerDir

Method initServerDir

src/main/core/ServerManager.ts:22–25  ·  view source on GitHub ↗

* 初始化服务器目录

()

Source from the content-addressed store, hash-verified

20 * 初始化服务器目录
21 */
22 initServerDir() {
23 const runpath = DetermineRunPath()
24 SetupGlobalPaths(runpath)
25 }
26
27 /**
28 * 设置代理

Callers 1

constructorMethod · 0.80

Calls 2

DetermineRunPathFunction · 0.90
SetupGlobalPathsFunction · 0.90

Tested by

no test coverage detected