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

Function fmtS

deps/v8/tools/avg.py:75–76  ·  view source on GitHub ↗
(string, width=0)

Source from the content-addressed store, hash-verified

73
74
75def fmtS(string, width=0):
76 return "{0:<{1}}".format(string, width)
77
78
79def fmtN(num, width=0):

Callers 1

statusMethod · 0.85

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected