Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ NewAppCmd
Function
NewAppCmd
internal/apps/app_cmd.go:35–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
func
NewAppCmd() *AppCmd {
36
return
&AppCmd{
37
sock: gosock.NewTmpSock(teaconst.ProcessName),
38
}
39
}
40
41
type
CommandHelpOption
struct
{
42
Code string
Callers
1
main
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected