MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / patch

Method patch

packages/server/src/routes/workspaces.ts:36–36  ·  view source on GitHub ↗
(
    path: string,
    options: { preHandler: unknown[]; schema?: Record<string, unknown> },
    handler: (
      req: { id: string; body: unknown; params: unknown },
      reply: { send(payload: unknown): unknown },
    ) => Promise<void> | void,
  )

Source from the content-addressed store, hash-verified

34 ) => Promise<void> | void,
35 ): unknown;
36 patch(
37 path: string,
38 options: { preHandler: unknown[]; schema?: Record<string, unknown> },
39 handler: (

Callers 1

registerWorkspacesRoutesFunction · 0.65

Implementers 1

DaemonHttpClientapps/kimi-web/src/api/daemon/http.ts

Calls

no outgoing calls

Tested by

no test coverage detected