MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / pad

Function pad

libs/echarts/echarts.simple.js:19460–19463  ·  view source on GitHub ↗
(str, len)

Source from the content-addressed store, hash-verified

19458}
19459
19460function pad(str, len) {
19461 str += '';
19462 return '0000'.substr(0, len - str.length) + str;
19463}
19464
19465
19466/**

Callers 1

formatTimeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected