Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
useAssetsSelection
Function · 0.80
Section
Function · 0.80
Section
Function · 0.80
toggleSceneSelection
Function · 0.80
ScenesView
Function · 0.80
computeTrackExpansionHeight
Function · 0.80
getTrackExpandedRows
Function · 0.80
TimelineElement
Function · 0.80
KeyframeIndicators
Function · 0.80
ExpandedKeyframeLanes
Function · 0.80
TrackLabelsPanel
Function · 0.80
TimelineTrackRows
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected