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

Method read

packages/oauth/src/managed-kimi-code.ts:183–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181
182export interface ManagedKimiConfigAdapter<TConfig> {
183 read(): Promise<TConfig> | TConfig;
184 write(config: TConfig): Promise<void> | void;
185 apply(
186 config: TConfig,

Callers 2

logoutMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected