Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midrender/revideo
/ _read
Method
_read
packages/ffmpeg/src/image-stream.ts:14–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
// eslint-disable-next-line @typescript-eslint/naming-convention
14
public override _read() {
15
if
(this.hasData) {
16
this.hasData = false;
17
this.push(this.image);
18
}
19
}
20
}
Callers
1
pushImage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected