MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / normalizeString

Function normalizeString

static/plugins/pdfmake/pdfmake.js:79093–79103  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

79091
79092 for (var i2 = 0, l2 = words.length; i2 < l2; i2++) {
79093 var result = {
79094 text: words[i2].text
79095 };
79096
79097 if (words[i2].lineEnd) {
79098 result.lineEnd = true;
79099 }
79100
79101 copyStyle(style, result);
79102
79103 results.push(result);
79104 }
79105
79106 lastWord = null;

Callers 2

getOneWordFunction · 0.70
normalizeTextArrayFunction · 0.70

Calls 2

isNumberFunction · 0.70
isStringFunction · 0.70

Tested by

no test coverage detected