Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/diced/zipline
/ FastifyInstance
Interface
FastifyInstance
src/server/index.ts:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
79
declare module
'fastify'
{
80
interface
FastifyInstance {
81
tasks: Tasks;
82
}
83
}
84
85
declare module
'node:http'
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected