MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / NewDynamicReadAtSeeker

Function NewDynamicReadAtSeeker

pkg/buffer/utils.go:89–93  ·  view source on GitHub ↗
(block Block)

Source from the content-addressed store, hash-verified

87}
88
89func NewDynamicReadAtSeeker(block Block) *DynamicReadAtSeeker {
90 return &DynamicReadAtSeeker{
91 block: block,
92 }
93}

Callers 1

ensureCacheMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected