MCPcopy
hub / github.com/Eugeny/tabby / push

Method push

tabby-terminal/src/api/middleware.ts:34–37  ·  view source on GitHub ↗
(middleware: SessionMiddleware)

Source from the content-addressed store, hash-verified

32 }
33
34 push (middleware: SessionMiddleware): void {
35 this.stack.push(middleware)
36 this.relink()
37 }
38
39 unshift (middleware: SessionMiddleware): void {
40 this.stack.unshift(middleware)

Callers 15

constructorMethod · 0.95
constructorMethod · 0.45
addItemMethod · 0.45
v86_all.jsFile · 0.45
hex_dumpFunction · 0.45
save_objectFunction · 0.45
any_first_digitFunction · 0.45
betweenFunction · 0.45
VirtIOFunction · 0.45
VirtQueueBufferChainFunction · 0.45
do_the_logFunction · 0.45
read_structsFunction · 0.45

Calls 1

relinkMethod · 0.95

Tested by

no test coverage detected