MCPcopy 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
174func (crc *cachedReadCloser) String() string {
175 crc.bLock.Lock()
176 s := string(crc.b)
177 crc.bLock.Unlock()
178 return s
179}

Callers 1

TestCachedReadCloserFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestCachedReadCloserFunction · 0.76