Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midrender/revideo
/ getLastTime
Method
getLastTime
packages/2d/src/lib/utils/video/parser/parser.ts:244–246 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
242
}
243
244
public getLastTime() {
245
return
this.getTimeSubtractingFrames(1);
246
}
247
248
public getLastFrame() {
249
return
this.sampler?.getLastFrame();
Callers
2
getFrame
Function · 0.45
handleDecodeVideoFrame
Method · 0.45
Calls
1
getTimeSubtractingFrames
Method · 0.95
Tested by
no test coverage detected