MCPcopy
hub / github.com/OpenCut-app/OpenCut / has

Method has

apps/web/src/lib/registry.ts:25–27  ·  view source on GitHub ↗
(key: TKey)

Source from the content-addressed store, hash-verified

23 }
24
25 has(key: TKey): boolean {
26 return this.definitions.has(key);
27 }
28
29 get(key: TKey): TDefinition {
30 const def = this.definitions.get(key);

Callers 15

useAssetsSelectionFunction · 0.80
SectionFunction · 0.80
SectionFunction · 0.80
toggleSceneSelectionFunction · 0.80
ScenesViewFunction · 0.80
getTrackExpandedRowsFunction · 0.80
TimelineElementFunction · 0.80
KeyframeIndicatorsFunction · 0.80
ExpandedKeyframeLanesFunction · 0.80
TrackLabelsPanelFunction · 0.80
TimelineTrackRowsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected