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

Function u

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

Source from the content-addressed store, hash-verified

160 return q
161 }
162 function u(o) {
163 if (!b.multiple) return o;
164 o = r(o);
165 return o[o.length - 1]
166 }
167 function w(o, q) {
168 if (b.autoFill && u(e.val()).toLowerCase() == o.toLowerCase() && m != 8) {
169 e.val(e.val() + q.substring(u(g).length));

Callers 4

kFunction · 0.85
wFunction · 0.85
tFunction · 0.85
bundle_github.jsFile · 0.85

Calls 2

rFunction · 0.85
wFunction · 0.85

Tested by

no test coverage detected