Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
keys
Function · 0.90
dispatch
Function · 0.85
emit
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected