MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / updateUl

Function updateUl

src/components/inputhints/index.js:288–291  ·  view source on GitHub ↗

* First time updates the hint instantly, then debounce * @param {Array } hints

(hints)

Source from the content-addressed store, hash-verified

286 * @param {Array<HintObj>} hints
287 */
288 function updateUl(hints) {
289 updateUlNow(hints);
290 updateUl = updateUlDebounce;
291 }
292
293 /**
294 * Update the hint list after a delay

Callers 2

oninputFunction · 0.85
setHintsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected