MCPcopy Create free account
hub / github.com/TomClive/SeeDance2Stitcher / publicSession

Function publicSession

server.js:709–721  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

707}
708
709function publicSession(session) {
710 return {
711 id: session.id,
712 names: session.names,
713 meta1: session.meta1,
714 meta2: session.meta2,
715 analysis: session.analysis,
716 videos: {
717 video1: `/media/${session.id}/1`,
718 video2: `/media/${session.id}/2`
719 }
720 };
721}
722
723async function handleFrame(req, res, url) {
724 const id = url.searchParams.get("id");

Callers 1

handleAnalyzeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected