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

Method _IndentString

deps/v8/tools/grokdump.py:1166–1167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1164 print("\n".join("%s%s" % (indent, line) for line in lines))
1165
1166 def _IndentString(self):
1167 return self.indent * " "
1168
1169
1170ADDRESS_RE = re.compile(r"0x[0-9a-fA-F]+")

Callers 2

PrintMethod · 0.95
PrintLinesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected