Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Monibuca/engine
/ NewReader
Method
NewReader
util/pool.go:202–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
}
201
202
func
(list *BLLs) NewReader() *BLLsReader {
203
return
&BLLsReader{list.Next, *list.Next.Value.NewReader()}
204
}
205
206
// ByteLinkList
207
type
BLL
struct
{
Callers
nothing calls this directly
Calls
1
NewReader
Method · 0.45
Tested by
no test coverage detected