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

Method IsInitialSyncing

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

Source from the content-addressed store, hash-verified

127}
128
129func (u *upstream) IsInitialSyncing() bool {
130 u.initialSyncCompletedMutex.Lock()
131 defer u.initialSyncCompletedMutex.Unlock()
132
133 return len(u.initialSyncChanges) > 0 || !u.initialSyncCompleted
134}
135
136func (u *upstream) startPing(doneChan chan struct{}) {
137 go func() {

Callers 1

initialSyncMethod · 0.80

Calls 2

LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected