(s: string)
| 412 | // filename so a clip seen in both lands once. netSet is read here — AFTER |
| 413 | // sampling — so rotation fetches that arrived during the window count. |
| 414 | const fileKey = (s: string) => (s.split("/").pop() || s).split("?")[0]!; |
| 415 | const byKey = new Map<string, VideoDescriptor & { rich: boolean }>(); |
| 416 | for (const d of domVideos) { |
| 417 | const k = d.filename || fileKey(d.src); |
no outgoing calls
no test coverage detected