MCPcopy
hub / github.com/nukeop/nuclear / stripResolutionState

Function stripResolutionState

packages/model/src/streaming.ts:38–42  ·  view source on GitHub ↗
(track: Track)

Source from the content-addressed store, hash-verified

36};
37
38export const stripResolutionState = (track: Track): Track => {
39 const next = { ...track };
40 delete next.streamCandidates;
41 return next;
42};

Callers 2

createQueueItemFunction · 0.90
playlistStore.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected