MCPcopy Create free account
hub / github.com/anus-dev/ANUS / loadSession

Method loadSession

packages/cli/src/zed-integration/acp.ts:361–361  ·  view source on GitHub ↗
(
    params: schema.LoadSessionRequest,
  )

Source from the content-addressed store, hash-verified

359 params: schema.NewSessionRequest,
360 ): Promise<schema.NewSessionResponse>;
361 loadSession?(
362 params: schema.LoadSessionRequest,
363 ): Promise<schema.LoadSessionResponse>;
364 authenticate(params: schema.AuthenticateRequest): Promise<void>;

Callers 1

handlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected