MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Err

Method Err

pkg/devspace/devpod/devpod.go:103–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func (d *devPod) Err() error {
104 d.m.Lock()
105 defer d.m.Unlock()
106
107 return d.err
108}
109
110func (d *devPod) Done() <-chan struct{} {
111 return d.done

Callers 10

StartLogsFunction · 0.45
ParseDevSpaceHostsFunction · 0.45
includeDevSpaceConfigFunction · 0.45
addHostFunction · 0.45
readAllFunction · 0.45
StartStreamFunction · 0.45
StartSyncFromCmdFunction · 0.45
StartMultipleMethod · 0.45
WaitMethod · 0.45
RunMethod · 0.45

Calls 2

LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected