Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
func
(r *httpResponse) Text() string {
200
defer
r.Dispose()
201
return
r.Body.ReadAsString()
202
}
203
204
func
(r *httpResponse) Dispose() {
205
GetReadCloser(r.Body).Close()
Callers
nothing calls this directly
Calls
2
Dispose
Method · 0.95
ReadAsString
Method · 0.65
Tested by
no test coverage detected