Function
write
(data, wfile: BufferedIOBase)
Source from the content-addressed store, hash-verified
| 41 | |
| 42 | |
| 43 | def write(data, wfile: BufferedIOBase) -> None: |
| 44 | wfile.write(json.dumps(data).encode() + b"\n") |
| 45 | wfile.flush() |
| 46 | |
| 47 | |
| 48 | class Resolver: |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…