MCPcopy 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
40func (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
46func (rw *Buffer) UnreadRune() error {
47 rw.l.Lock()

Callers 1

TestRuneIOFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestRuneIOFunction · 0.76