Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
export
interface
ManagedKimiConfigAdapter<TConfig> {
183
read(): Promise<TConfig> | TConfig;
184
write(config: TConfig): Promise<void> | void;
185
apply(
186
config: TConfig,
Callers
2
logout
Method · 0.65
provisionManagedKimiCodeConfig
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected