Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/elastic/go-elasticsearch
/ read
Function
read
_examples/encoding/gjson.go:114–118 ·
view source on GitHub ↗
(r io.Reader)
Source
from the content-addressed store, hash-verified
112
}
113
114
func
read(r io.Reader) string {
115
var
b bytes.Buffer
116
b.ReadFrom(r)
117
return
b.String()
118
}
Callers
1
main
Function · 0.85
Calls
1
String
Method · 0.45
Tested by
no test coverage detected