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

Function MaxWidth

deps/v8/tools/locs.py:128–132  ·  view source on GitHub ↗
(strings)

Source from the content-addressed store, hash-verified

126
127
128def MaxWidth(strings):
129 max_width = 0
130 for s in strings:
131 max_width = max(max_width, len(s))
132 return max_width
133
134
135def GenerateCompileCommandsAndBuild(build_dir, out):

Callers 2

SetupReportGroupsFunction · 0.85
maxGroupWidthMethod · 0.85

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…