MCPcopy Index your code
hub / github.com/braziljs/eloquente-javascript / pad

Function pad

src/render_html.mjs:196–198  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

194}
195
196function pad(n) {
197 return (n < 10 ? "0" : "") + n
198}
199
200metadata.content = renderArray(tokens)
201let index

Callers 2

link_openFunction · 0.85
render_html.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected