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

Method delete

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

Source from the content-addressed store, hash-verified

42 ) => Promise<void> | void,
43 ): unknown;
44 delete(
45 path: string,
46 options: { preHandler: unknown[]; schema?: Record<string, unknown> } | undefined,
47 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