- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for StringAll (0.05 seconds)
-
cmd/data-usage-cache.go
mark(*topE) // Delete all entries not found. for k := range d.Cache { if _, ok := found[k]; !ok { delete(d.Cache, k) } } } // StringAll returns a detailed string representation of all entries in the cache. func (d *dataUsageCache) StringAll() string { // Remove bloom filter from print. s := fmt.Sprintf("info:%+v\n", d.Info) for k, v := range d.Cache { s += fmt.Sprintf("\t%v: %+v\n", k, v) }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 34.7K bytes - Click Count (0)