MCPcopy 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
35func NewAppCmd() *AppCmd {
36 return &AppCmd{
37 sock: gosock.NewTmpSock(teaconst.ProcessName),
38 }
39}
40
41type CommandHelpOption struct {
42 Code string

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected