MCPcopy Create free account
hub / github.com/devld/go-drive / Text

Method Text

script/call_http.go:199–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197}
198
199func (r *httpResponse) Text() string {
200 defer r.Dispose()
201 return r.Body.ReadAsString()
202}
203
204func (r *httpResponse) Dispose() {
205 GetReadCloser(r.Body).Close()

Callers

nothing calls this directly

Calls 2

DisposeMethod · 0.95
ReadAsStringMethod · 0.65

Tested by

no test coverage detected