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

Function r

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

Source from the content-addressed store, hash-verified

151 }
152 }
153 function r(o) {
154 if (!o) return [""];
155 o = o.split(a.trim(b.multipleSeparator));
156 var q = [];
157 a.each(o, function (x, s) {
158 if (a.trim(s)) q[x] = a.trim(s)
159 });
160 return q
161 }
162 function u(o) {
163 if (!b.multiple) return o;
164 o = r(o);

Callers 4

bundle_github.jsFile · 0.85
lFunction · 0.85
uFunction · 0.85
kFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected