Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ pad
Function
pad
packages/agent-core/src/tools/cron/cron-expr.ts:449–451 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
447
}
448
449
function
pad(n: number): string {
450
return
n < 10 ? `0${n}` : String(n);
451
}
Callers
1
cronToHuman
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected