MCPcopy Create free account
hub / github.com/isomorphic-git/isomorphic-git / next

Function next

src/utils/fromStream.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 const reader = stream.getReader()
7 return {
8 next() {
9 return reader.read()
10 },
11 return() {
12 reader.releaseLock()
13 return {}

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…