Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ indent
Function
indent
lib/internal/main/print_help.js:88–90 ·
view source on GitHub ↗
(text, depth)
Source
from the content-addressed store, hash-verified
86
87
88
function
indent(text, depth) {
89
return
RegExpPrototypeSymbolReplace(/^/gm, text, StringPrototypeRepeat(
' '
, depth));
90
}
91
92
function
fold(text, width) {
93
return
RegExpPrototypeSymbolReplace(
Callers
2
format
Function · 0.70
print
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…