Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
export
const
stripResolutionState = (track: Track): Track => {
39
const
next = { ...track };
40
delete next.streamCandidates;
41
return
next;
42
};
Callers
2
createQueueItem
Function · 0.90
playlistStore.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected