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

Method chunk_splits

mtools/util/logfile.py:259–263  ·  view source on GitHub ↗

Lazily return the chunks split in this shard (if available)

(self)

Source from the content-addressed store, hash-verified

257
258 @property
259 def chunk_splits(self):
260 """Lazily return the chunks split in this shard (if available)"""
261 if not self._chunk_splits:
262 self._find_sharding_info()
263 return self._chunk_splits
264
265
266 def next(self):

Callers

nothing calls this directly

Calls 1

_find_sharding_infoMethod · 0.95

Tested by

no test coverage detected