MCPcopy Create free account
hub / github.com/apache/echarts / singleFetch

Function singleFetch

test/-cases.js:118–123  ·  view source on GitHub ↗
(pattern)

Source from the content-addressed store, hash-verified

116 singleFetch(/'([^'/]*\/)*([^'/]+\.html)\s*'/g);
117
118 function singleFetch(pattern) {
119 var result;
120 while ((result = pattern.exec(content)) != null) {
121 pageList.push(result[result.length - 1]);
122 }
123 }
124
125 return pageList;
126 }

Callers 1

fetchPagePathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected