Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ isRecord
Function
isRecord
packages/oauth/src/utils.ts:1–3 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
1
export
function
isRecord(value: unknown): value is Record<string, unknown> {
2
return
typeof value ===
'object'
&& value !== null && !Array.isArray(value);
3
}
Callers
15
postForm
Function · 0.90
mergeRefreshedModelAlias
Function · 0.90
extractApiErrorMessage
Function · 0.90
load
Method · 0.90
parseManagedUsagePayload
Function · 0.90
toUsageRow
Function · 0.90
toModelInfo
Function · 0.90
fetchManagedKimiCodeModels
Function · 0.90
applyManagedKimiCodeConfig
Function · 0.90
applyManagedKimiCodeLogoutConfig
Function · 0.90
canPreserveDefaultModel
Function · 0.90
clearManagedKimiCodeConfig
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected