Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ maxGroupWidth
Method
maxGroupWidth
deps/v8/tools/locs.py:281–282 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
279
group.account(unit)
280
281
def
maxGroupWidth(self):
282
return
MaxWidth([v.name
for
v in self.groups.values()])
283
284
def
printGroupResults(self, file):
285
for
key in sorted(self.groups.keys()):
Callers
1
printGroupResults
Method · 0.95
Calls
2
MaxWidth
Function · 0.85
values
Method · 0.45
Tested by
no test coverage detected