Function
item
(input: Item | Reply)
Source from the content-addressed store, hash-verified
| 594 | } |
| 595 | |
| 596 | function item(input: Item | Reply) { |
| 597 | return input instanceof Reply ? input.item() : input |
| 598 | } |
| 599 | |
| 600 | function hit(url: string, body: unknown) { |
| 601 | return { |