Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shopify/goose
/ Bytes
Method
Bytes
syncio/buffer.go:129–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
127
}
128
129
func
(rw *Buffer) Bytes() []byte {
130
rw.l.RLock()
131
defer
rw.l.RUnlock()
132
return
rw.b.Bytes()
133
}
134
135
func
(rw *Buffer) Len() int {
136
rw.l.RLock()
Callers
4
RunAndGetOutput
Method · 0.95
TestRuneIO
Function · 0.95
TestGrow
Function · 0.95
check
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestRuneIO
Function · 0.76
TestGrow
Function · 0.76
check
Function · 0.64