Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
def
SetupReportGroups():
Callers
nothing calls this directly
Calls
2
format
Method · 0.65
to_string
Method · 0.45
Tested by
no test coverage detected