Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
func
NewDynamicReadAtSeeker(block Block) *DynamicReadAtSeeker {
90
return
&DynamicReadAtSeeker{
91
block: block,
92
}
93
}
Callers
1
ensureCache
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected