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

Method Error

pkg/devspace/sync/sync.go:139–141  ·  view source on GitHub ↗

Error handles a sync error

(err error)

Source from the content-addressed store, hash-verified

137
138// Error handles a sync error
139func (s *Sync) Error(err error) {
140 s.log.Errorf("Sync Error on %s: %v", s.LocalPath, err)
141}
142
143// InitUpstream inits the upstream
144func (s *Sync) InitUpstream(reader io.ReadCloser, writer io.WriteCloser) error {

Callers 15

StopMethod · 0.95
MustAssetFunction · 0.45
TestAnalyzeFunction · 0.45
TestCreateReportFunction · 0.45
TestPodsFunction · 0.45
checkFilesAndFoldersFunction · 0.45
applyChangesMethod · 0.45
TestNormalSyncFunction · 0.45
downloadFilesMethod · 0.45
deleteSafeRecursiveMethod · 0.45
AddHelmDeploymentMethod · 0.45
TestLoadFunction · 0.45

Calls 1

ErrorfMethod · 0.45

Tested by 15

TestAnalyzeFunction · 0.36
TestCreateReportFunction · 0.36
TestPodsFunction · 0.36
checkFilesAndFoldersFunction · 0.36
TestNormalSyncFunction · 0.36
TestLoadFunction · 0.36
testLoadFunction · 0.36
testLoadFunction · 0.36
TestSaveFunction · 0.36
TestParseFunction · 0.36
TestValidateImageNameFunction · 0.36
TestValidateHooksFunction · 0.36