Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ kimiCodeUsageUrl
Function
kimiCodeUsageUrl
packages/oauth/src/managed-usage.ts:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
export
function
kimiCodeUsageUrl(): string {
38
return
`${kimiCodeBaseUrl().replace(/\/+$/,
''
)}/usages`;
39
}
40
41
export
interface
UsageRow {
42
readonly label: string;
Callers
1
managedUsageUrl
Function · 0.90
Calls
1
kimiCodeBaseUrl
Function · 0.70
Tested by
no test coverage detected