Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midrender/revideo
/ close
Method
close
packages/2d/src/lib/utils/video/parser/parser.ts:252–256 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
250
}
251
252
public close() {
253
this.sampler?.getSegment().close();
254
this.sampler?.getLastFrame()?.close();
255
this.file.flush();
256
}
257
}
Callers
1
getNextFrame
Method · 0.45
Calls
2
getSegment
Method · 0.80
getLastFrame
Method · 0.45
Tested by
no test coverage detected