MCPcopy Index your code
hub / github.com/socketstream/socketstream / pad2

Function pad2

new_project/client/code/app/app.demo.js:52–54  ·  view source on GitHub ↗
(number)

Source from the content-addressed store, hash-verified

50}
51
52function pad2(number) {
53 return (number < 10 ? '0' : '') + number;
54}
55
56function valid(text) {
57 return text && text.length > 0;

Callers 1

timestampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected