MCPcopy
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
79declare module 'fastify' {
80 interface FastifyInstance {
81 tasks: Tasks;
82 }
83}
84
85declare module 'node:http' {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected