Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shopify/goose
/ ReadRune
Method
ReadRune
syncio/buffer.go:40–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(rw *Buffer) ReadRune() (r rune, size int, err error) {
41
rw.l.Lock()
42
defer
rw.l.Unlock()
43
return
rw.b.ReadRune()
44
}
45
46
func
(rw *Buffer) UnreadRune() error {
47
rw.l.Lock()
Callers
1
TestRuneIO
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestRuneIO
Function · 0.76