MCPcopy
hub / github.com/keploy/keploy / Written

Method Written

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

Source from the content-addressed store, hash-verified

398
399func (s *cappedWriteSyncer) Capped() bool { return s.capped.Load() }
400func (s *cappedWriteSyncer) Written() int64 { return s.written.Load() }
401
402// swap atomically replaces the inner WriteSyncer and resets the cap
403// counters. Called by DebugFileSink.Swap after the upstream buffer has

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.65

Tested by

no test coverage detected