MCPcopy
hub / github.com/keploy/keploy / Sync

Method Sync

utils/log/logger.go:393–397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391}
392
393func (s *cappedWriteSyncer) Sync() error {
394 s.mu.Lock()
395 defer s.mu.Unlock()
396 return s.inner.Sync()
397}
398
399func (s *cappedWriteSyncer) Capped() bool { return s.capped.Load() }
400func (s *cappedWriteSyncer) Written() int64 { return s.written.Load() }

Callers

nothing calls this directly

Calls 1

SyncMethod · 0.45

Tested by

no test coverage detected