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

Method IsBusy

pkg/devspace/sync/upstream.go:122–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122func (u *upstream) IsBusy() bool {
123 u.isBusyMutex.Lock()
124 defer u.isBusyMutex.Unlock()
125
126 return len(u.events) > 0 || u.isBusy
127}
128
129func (u *upstream) IsInitialSyncing() bool {
130 u.initialSyncCompletedMutex.Lock()

Callers 1

initialSyncMethod · 0.80

Calls 2

LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected