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

Method off

apps/kimi-code/src/tui/theme/detect.ts:56–56  ·  view source on GitHub ↗
(event: "data", listener: (data: Buffer) => void)

Source from the content-addressed store, hash-verified

54 setRawMode(mode: boolean): NodeJS.ReadStream;
55 on(event: "data", listener: (data: Buffer) => void): NodeJS.ReadStream;
56 off(event: "data", listener: (data: Buffer) => void): NodeJS.ReadStream;
57}
58
59async function queryOsc11(opts: { timeoutMs: number }): Promise<ResolvedTheme | null> {

Callers 2

queryOsc11Function · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected