Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ exe
Method
exe
internal/apps/app_cmd.go:289–295 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
287
}
288
289
func
(this *AppCmd) exe() string {
290
var
exe, _ = os.Executable()
291
if
len(exe) == 0 {
292
exe = os.Args[0]
293
}
294
return
exe
295
}
296
297
// 创建软链接
298
func
(this *AppCmd) createSymLinks() error {
Callers
1
runStart
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected