Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
140
function
pad(value) {
141
return
StringPrototypePadStart(`${value}`, 2,
'0'
);
142
}
143
144
const
kNone = 1 << 0;
145
const
kSkipLog = 1 << 1;
Callers
2
formatTime
Function · 0.70
getCell
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected