MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Start

Method Start

internal/utils/exec/cmd.go:77–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func (this *Cmd) Start() error {
78 var cmd = this.compose()
79 return cmd.Start()
80}
81
82func (this *Cmd) Wait() error {
83 var cmd = this.compose()

Callers

nothing calls this directly

Calls 2

composeMethod · 0.95
StartMethod · 0.65

Tested by

no test coverage detected