MCPcopy Create free account
hub / github.com/XTXMarkets/ternfs / blocksPageCacheWriteCh

Method blocksPageCacheWriteCh

go/client/span.go:906–911  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

904}
905
906func (s *readRsState) blocksPageCacheWriteCh() chan struct{} {
907 if s.recover == nil {
908 return nil
909 }
910 return s.recover.blocksPageCacheWriteCh
911}
912
913// Block start: where to download from in the block.
914// blockFrom/blockTo: where to copy from this block. These offsets are

Callers 1

readRsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected