Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/labstack/echo
/ Reset
Method
Reset
middleware/body_limit.go:96–99 ·
view source on GitHub ↗
(reader io.ReadCloser)
Source
from the content-addressed store, hash-verified
94
}
95
96
func
(r *limitedReader) Reset(reader io.ReadCloser) {
97
r.reader = reader
98
r.read = 0
99
}
Callers
5
TestBodyLimitReader
Function · 0.95
ToMiddleware
Method · 0.45
ToMiddleware
Method · 0.45
ToMiddleware
Method · 0.45
ToMiddleware
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestBodyLimitReader
Function · 0.76