Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Eugeny/tabby
/ constructor
Method
constructor
tabby-terminal/src/api/middleware.ts:29–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
private subs =
new
SubscriptionContainer()
28
29
constructor () {
30
super()
31
this.push(
new
SessionMiddleware())
32
}
33
34
push (middleware: SessionMiddleware): void {
35
this.stack.push(middleware)
Callers
nothing calls this directly
Calls
1
push
Method · 0.95
Tested by
no test coverage detected