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

Function n

examples/bundle_github.js:856–863  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

854 });
855
856 function n() {
857 var k = e.find("li");
858 if (m) {
859 k.hide();
860 e.find("li." + m).show()
861 } else k.show();
862 g.val() != "" && k.filter(":not(:Contains('" + g.val() + "'))").hide()
863 }
864 c.find(".repo_filter").click(function () {
865 var k = a(this);
866 c.find(".repo_filterer a").removeClass("filter_selected");

Callers 2

bundle_github.jsFile · 0.85
lFunction · 0.85

Calls 2

aFunction · 0.85
jFunction · 0.85

Tested by

no test coverage detected