MCPcopy
hub / github.com/midrender/revideo / error

Method error

packages/2d/src/lib/utils/video/parser/segment.ts:47–49  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

45 this.decoder = new VideoDecoder({
46 output: this.onFrame.bind(this),
47 error(e) {
48 console.error(e);
49 },
50 });
51 }
52

Callers 13

imageMethod · 0.45
parseSVGDataMethod · 0.45
moveBelowMethod · 0.45
moveAboveMethod · 0.45
resetMethod · 0.45
registerNodeMethod · 0.45
compoundFunction · 0.45
initialFunction · 0.45
interpolationFunction · 0.45
parserFunction · 0.45
wrapperFunction · 0.45
cloneableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected