Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/keploy/keploy
/ Capped
Method
Capped
utils/log/logger.go:399–399 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
397
}
398
399
func
(s *cappedWriteSyncer) Capped() bool {
return
s.capped.Load() }
400
func
(s *cappedWriteSyncer) Written() int64 {
return
s.written.Load() }
401
402
// swap atomically replaces the inner WriteSyncer and resets the cap
Callers
nothing calls this directly
Calls
1
Load
Method · 0.65
Tested by
no test coverage detected