Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ webClientVersion
Function
webClientVersion
apps/kimi-web/src/api/config.ts:98–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
function
webClientVersion(): string {
99
return
typeof __KIMI_WEB_VERSION__ ===
'string'
&& __KIMI_WEB_VERSION__.trim()
100
? __KIMI_WEB_VERSION__
101
:
'0.0.0-dev'
;
102
}
Callers
1
readKimiApiConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected