MCPcopy Create free account
hub / github.com/nodejs/node / to_string

Method to_string

deps/v8/tools/locs.py:219–221  ·  view source on GitHub ↗
(self, name_width)

Source from the content-addressed store, hash-verified

217 self.count += 1
218
219 def to_string(self, name_width):
220 return "{:<{}} ({:>5} files): {}".format(
221 self.name, name_width, self.count, super().to_string())
222
223
224def SetupReportGroups():

Callers

nothing calls this directly

Calls 2

formatMethod · 0.65
to_stringMethod · 0.45

Tested by

no test coverage detected