CasSimulator

graviton.shared.cas.CasSimulator
object CasSimulator

Mirrors the structure of CasBlobStore.put():

input bytes → rechunk(blockSize) → perBlockHash → dedupCheck → IngestSummary

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def ingest(input: Array[Byte], blockSize: BlockSize, history: Set[Sha256Hex] = ...): (IngestSummary, List[CasBlock], Set[Sha256Hex])