Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/upstash/jstack
/ handler
Method
handler
packages/jstack/src/server/router.ts:137–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
135
// Used in Hono adapters
136
// Strips types to prevent version-mismatch induced infinite recursion warning
137
get handler() {
138
return
this as any
139
}
140
141
constructor(procedures: T = {} as T) {
142
super()
Callers
1
registerOperation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected