MCPcopy Index your code
hub / github.com/NV/github-live-preview / B

Function B

examples/bundle_github.js:220–235  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

218 } else x(o)
219 }
220 function B(o) {
221 var q = [];
222 o = o.split("\n");
223 for (var x = 0; x < o.length; x++) {
224 var s = a.trim(o[x]);
225 if (s) {
226 s = s.split("|");
227 q[q.length] = {
228 data: s,
229 value: s[0],
230 result: b.formatResult && b.formatResult(s, s[0]) || s[0]
231 }
232 }
233 }
234 return q
235 }
236 function C() {
237 e.removeClass(b.loadingClass)
238 }

Callers 1

tFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected