MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / IsWritten

Method IsWritten

server/common/proxy.go:141–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139}
140
141func (ww *WrittenResponseWriter) IsWritten() bool {
142 return ww.written
143}
144
145func GenerateDownProxyURL(storage *model.Storage, reqPath string) string {
146 if storage.DownProxyURL == "" {

Callers 2

ServeHTTPMethod · 0.95
proxyFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected