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

Function formatIndex

tooling/scripts/perf-web-runtime.mjs:186–188  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

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

Callers 2

largeNoteBodyFunction · 0.70
seedVaultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected