Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CapSoftware/Cap
/ isTranscriptMode
Function
isTranscriptMode
apps/desktop/src/routes/editor/Editor.tsx:320–323 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
318
};
319
320
const isTranscriptMode = () => {
321
const d = dialog();
322
return
"type"
in d && d.type ===
"transcript"
&& d.open;
323
};
324
325
const isClipsMode = () => {
326
const d = dialog();
Callers
1
Inner
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected