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

Function encodeHTML

libs/echarts/echarts.simple.js:19360–19366  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

19358};
19359
19360function encodeHTML(source) {
19361 return source == null
19362 ? ''
19363 : (source + '').replace(replaceReg, function (str, c) {
19364 return replaceMap[c];
19365 });
19366}
19367
19368var TPL_VAR_ALIAS = ['a', 'b', 'c', 'd', 'e', 'f', 'g'];
19369

Callers 5

formatTplFunction · 0.70
getTooltipMarkerFunction · 0.70
setEachItemFunction · 0.70
formatSingleValueFunction · 0.70
echarts.simple.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected