MCPcopy Create free account
hub / github.com/AdaXH/korct / createContext

Method createContext

class/Server.ts:49–55  ·  view source on GitHub ↗
(
    req: IncomingMessage,
    res: ServerResponse,
  )

Source from the content-addressed store, hash-verified

47 }
48
49 createContext(
50 req: IncomingMessage,
51 res: ServerResponse,
52 ): ParameterizedContext<any, DefaultContext, unknown> {
53 const context = super.createContext(req, res);
54 return context as Context;
55 }
56
57 /**
58 * 路由注册

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected