Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shopify/goose
/ Next
Method
Next
syncio/buffer.go:94–98 ·
view source on GitHub ↗
(n int)
Source
from the content-addressed store, hash-verified
92
}
93
94
func
(rw *Buffer) Next(n int) []byte {
95
rw.l.Lock()
96
defer
rw.l.Unlock()
97
return
rw.b.Next(n)
98
}
99
100
func
(rw *Buffer) Reset() {
101
rw.l.Lock()
Callers
3
TestNext
Function · 0.95
findLogrusExit
Function · 0.80
findPanic
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestNext
Function · 0.76