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

Method Wait

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

Source from the content-addressed store, hash-verified

80}
81
82func (this *Cmd) Wait() error {
83 var cmd = this.compose()
84 return cmd.Wait()
85}
86
87func (this *Cmd) Run() error {
88 if this.cancelFunc != nil {

Callers 15

TestTickerEveryFunction · 0.45
CloseMethod · 0.45
TestSleepFunction · 0.45
TestTimeoutFunction · 0.45
TestConcurrentFunction · 0.45
TestLimiter_SetThreadsFunction · 0.45
InitMethod · 0.45
CleanPrefixMethod · 0.45
CleanMatchKeyMethod · 0.45

Calls 1

composeMethod · 0.95

Tested by 15

TestTickerEveryFunction · 0.36
TestSleepFunction · 0.36
TestTimeoutFunction · 0.36
TestConcurrentFunction · 0.36
TestLimiter_SetThreadsFunction · 0.36
TestKVFileList_Add_ManyFunction · 0.36