MCPcopy Create free account
hub / github.com/npkgz/cli-progress / autopadding

Function autopadding

lib/format-value.js:11–13  ·  view source on GitHub ↗
(value, length)

Source from the content-addressed store, hash-verified

9
10 // padding
11 function autopadding(value, length){
12 return (options.autopaddingChar + value).slice(-length);
13 }
14
15 switch (type){
16 case 'percentage':

Callers 1

format-value.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…