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

Method PrintLines

deps/v8/tools/grokdump.py:1162–1164  ·  view source on GitHub ↗
(self, lines)

Source from the content-addressed store, hash-verified

1160 print("%s%s" % (self._IndentString(), string))
1161
1162 def PrintLines(self, lines):
1163 indent = self._IndentString()
1164 print("\n".join("%s%s" % (indent, line) for line in lines))
1165
1166 def _IndentString(self):
1167 return self.indent * " "

Callers 1

PrintMethod · 0.80

Calls 3

_IndentStringMethod · 0.95
printFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected