MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / formatIndex

Function formatIndex

tooling/scripts/perf-desktop-runtime.mjs:183–185  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

181}
182
183function formatIndex(index) {
184 return String(index).padStart(5, '0')
185}
186
187function largeNoteBody(lines, id) {
188 const blocks = []

Callers 2

largeNoteBodyFunction · 0.70
seedVaultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected