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

Method get

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

Source from the content-addressed store, hash-verified

26 ) => Promise<void> | void,
27 ): unknown;
28 get(
29 path: string,
30 options: { preHandler: unknown[]; schema?: Record<string, unknown> } | undefined,
31 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