MCPcopy 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
88function indent(text, depth) {
89 return RegExpPrototypeSymbolReplace(/^/gm, text, StringPrototypeRepeat(' ', depth));
90}
91
92function fold(text, width) {
93 return RegExpPrototypeSymbolReplace(

Callers 2

formatFunction · 0.70
printFunction · 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…