MCPcopy
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
51export const useSegColors = () => {
52 const context = useContext(SegColorsContext);
53 invariant(context != null);
54 return context;
55};

Callers 6

SegmentList.tsxFile · 0.90
SegmentListFunction · 0.90
BottomBar.tsxFile · 0.90
BottomBarFunction · 0.90
SegmentOrMarkerFunction · 0.90
SegmentCutpointButtonFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected