MCPcopy Index your code
hub / github.com/getsentry/sentry / read

Method read

src/sentry/utils/http.py:271–272  ·  view source on GitHub ↗
(self, size: int | None = None)

Source from the content-addressed store, hash-verified

269 return int(self.request.headers.get("Content-Length", "0"))
270
271 def read(self, size: int | None = None) -> bytes:
272 return self.request.read(size)
273
274
275class BodyWithLengthAiter:

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
useProjectStatsFunction · 0.45
mainFunction · 0.45
load_docFunction · 0.45

Calls

no outgoing calls