MCPcopy
hub / github.com/rueckstiess/mtools / csrs

Method csrs

mtools/util/logfile.py:238–242  ·  view source on GitHub ↗

Lazily return the CSRS (if available)

(self)

Source from the content-addressed store, hash-verified

236
237 @property
238 def csrs(self):
239 """Lazily return the CSRS (if available)"""
240 if not self._csrs:
241 self._find_sharding_info()
242 return self._csrs
243
244 @property
245 def chunks_moved_to(self):

Callers

nothing calls this directly

Calls 1

_find_sharding_infoMethod · 0.95

Tested by

no test coverage detected