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

Function effect

lib/actions/sessions.ts:57–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 type: SESSION_ADD_DATA,
56 data,
57 effect() {
58 const now = Date.now();
59 dispatch({
60 type: SESSION_PTY_DATA,
61 uid,
62 data,
63 now
64 });
65 }
66 });
67 };
68}

Callers

nothing calls this directly

Calls 4

keysFunction · 0.90
dispatchFunction · 0.85
emitMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected