Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.80
Calls
2
DetermineRunPath
Function · 0.90
SetupGlobalPaths
Function · 0.90
Tested by
no test coverage detected