MCPcopy Create free account
hub / github.com/wal-e/wal-e / consume

Function consume

tests/pipe_performance.py:39–41  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

37
38
39def consume(f):
40 while f.read(ONE_MB_IN_BYTES):
41 gevent.sleep()
42
43
44def produce(f):

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected