MCPcopy
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
114func read(r io.Reader) string {
115 var b bytes.Buffer
116 b.ReadFrom(r)
117 return b.String()
118}

Callers 1

mainFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected