MCPcopy Create free account
hub / github.com/Rfym21/Qwen2API / pushVideoTaskCandidate

Function pushVideoTaskCandidate

src/controllers/chat.image.video.js:867–871  ·  view source on GitHub ↗
(taskID)

Source from the content-addressed store, hash-verified

865
866 const parsedResult = parseSsePayloads(buffer)
867 buffer = parsedResult.buffer
868
869 for (const payload of parsedResult.payloads) {
870 applyPayload(payload)
871 }
872 })
873
874 responseStream.on('end', resolve)

Callers 2

applyPayloadFunction · 0.85
readVideoUpstreamResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected