Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mifi/lossless-cut
/ useSegColors
Function
useSegColors
src/renderer/src/contexts.ts:51–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
export
const
useSegColors = () => {
52
const
context = useContext(SegColorsContext);
53
invariant(context != null);
54
return
context;
55
};
Callers
6
SegmentList.tsx
File · 0.90
SegmentList
Function · 0.90
BottomBar.tsx
File · 0.90
BottomBar
Function · 0.90
SegmentOrMarker
Function · 0.90
SegmentCutpointButton
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected