MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / pad2

Function pad2

packages/node-runtime/src/semantic-index/chunker.ts:186–188  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

184// ==================== header / body ====================
185
186function pad2(n: number): string {
187 return String(n).padStart(2, '0')
188}
189
190function formatDateTime(ts: number): string {
191 const d = new Date(ts)

Callers 2

formatDateTimeFunction · 0.85
formatTimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected