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

Function k

examples/bundle_github.js:135–152  ·  view source on GitHub ↗
(o, q)

Source from the content-addressed store, hash-verified

133 return true
134 }
135 function k(o, q) {
136 if (m == c.DEL) n.hide();
137 else {
138 o = e.val();
139 if (! (!q && o == g)) {
140 g = o;
141 o = u(o);
142 if (o.length >= b.minChars) {
143 e.addClass(b.loadingClass);
144 b.matchCase || (o = o.toLowerCase());
145 t(o, p, y)
146 } else {
147 C();
148 n.hide()
149 }
150 }
151 }
152 }
153 function r(o) {
154 if (!o) return [""];
155 o = o.split(a.trim(b.multipleSeparator));

Callers 1

bundle_github.jsFile · 0.85

Calls 6

uFunction · 0.85
tFunction · 0.85
CFunction · 0.85
aFunction · 0.85
rFunction · 0.85
cFunction · 0.85

Tested by

no test coverage detected