MCPcopy Index your code
hub / github.com/python/mypy / read_bytes

Function read_bytes

mypy/cache.py:387–389  ·  view source on GitHub ↗
(data: ReadBuffer)

Source from the content-addressed store, hash-verified

385
386
387def read_bytes(data: ReadBuffer) -> bytes:
388 assert read_tag(data) == LITERAL_BYTES
389 return read_bytes_bare(data)
390
391
392def write_bytes(data: WriteBuffer, value: bytes) -> None:

Callers 4

readMethod · 0.90
readMethod · 0.90
readMethod · 0.90
readMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…