MCPcopy Index your code
hub / github.com/nodejs/node / pad

Function pad

lib/internal/util/debuglog.js:140–142  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

138}
139
140function pad(value) {
141 return StringPrototypePadStart(`${value}`, 2, '0');
142}
143
144const kNone = 1 << 0;
145const kSkipLog = 1 << 1;

Callers 2

formatTimeFunction · 0.70
getCellFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected