MCPcopy Create free account
hub / github.com/astercloud/aster / ResetStats

Method ResetStats

pkg/compression/service.go:238–243  ·  view source on GitHub ↗

ResetStats 重置统计信息

()

Source from the content-addressed store, hash-verified

236
237// ResetStats 重置统计信息
238func (s *DefaultCompressionService) ResetStats() {
239 s.mu.Lock()
240 defer s.mu.Unlock()
241
242 s.stats = &CompressionStats{}
243}
244
245// ClearCache 清空缓存
246func (s *DefaultCompressionService) ClearCache() {

Callers 1

Calls

no outgoing calls

Tested by 1