MCPcopy Index your code
hub / github.com/vercel/hyper / effect

Function effect

lib/actions/header.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 type: CLOSE_TAB,
17 uid,
18 effect() {
19 dispatch(userExitTermGroup(uid));
20 }
21 });
22 };
23}

Callers

nothing calls this directly

Calls 4

userExitTermGroupFunction · 0.90
setActiveGroupFunction · 0.90
dispatchFunction · 0.85
emitMethod · 0.45

Tested by

no test coverage detected