MCPcopy
hub / github.com/vercel/hyper / effect

Function effect

lib/actions/ui.ts:39–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 type: UI_CONTEXTMENU_OPEN,
38 uid,
39 effect() {
40 const state = getState();
41 const show = !state.ui.quickEdit;
42 if (show) {
43 rpc.emit('open context menu', selection);
44 }
45 }
46 });
47 };
48}

Callers

nothing calls this directly

Calls 15

setActiveSessionFunction · 0.90
setActiveGroupFunction · 0.90
isExecutableFunction · 0.90
sendSessionDataFunction · 0.90
requestSessionFunction · 0.90
dispatchFunction · 0.85
findBySessionFunction · 0.85
findChildSessionsFunction · 0.85
getNeighborIndexFunction · 0.85
getGroupUidsFunction · 0.85
setFontSmoothingFunction · 0.85
statFunction · 0.85

Tested by

no test coverage detected