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

Method getLiveLock

apps/kimi-code/src/cli/sub/server/kill.ts:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35export interface KillCommandDeps {
36 getLiveLock(): LockContents | undefined;
37 requestShutdown(origin: string, token: string | undefined): Promise<void>;
38 /** Best-effort read of the persistent bearer token; undefined on miss. */
39 resolveToken(): string | undefined;

Callers 1

handleKillCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected