MCPcopy Index your code
hub / github.com/crisxuan/bestJavaer / scheduleSidebarLocalization

Function scheduleSidebarLocalization

assets/article-cards.js:199–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197 }
198
199 function scheduleSidebarLocalization() {
200 window.clearTimeout(sidebarTimer);
201 sidebarTimer = window.setTimeout(localizeSidebar, 50);
202 }
203
204 function scheduleAlgoliaAttribution() {
205 window.clearTimeout(algoliaAttributionTimer);

Callers 2

article-cards.jsFile · 0.85
startStandaloneRendererFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected