Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ContentSquare/chproxy
/ String
Method
String
io.go:174–179 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
}
173
174
func
(crc *cachedReadCloser) String() string {
175
crc.bLock.Lock()
176
s := string(crc.b)
177
crc.bLock.Unlock()
178
return
s
179
}
Callers
1
TestCachedReadCloser
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestCachedReadCloser
Function · 0.76