MCPcopy
hub / github.com/tdewolff/minify / callback

Function callback

_benchmarks/sample_antd.js:5859–5861  ·  view source on GitHub ↗
(elem)

Source from the content-addressed store, hash-verified

5857
5858function defaultSortFilteredOption(a, b, inputValue, names) {
5859 function callback(elem) {
5860 return elem[names.label].indexOf(inputValue) > -1;
5861 }
5862
5863 return a.findIndex(callback) - b.findIndex(callback);
5864}

Callers 15

internalCallbackFunction · 0.70
frameFuncFunction · 0.70
sample_antd.jsFile · 0.70
handleSetValueFunction · 0.70
getNotificationInstanceFunction · 0.70
processNodeFunction · 0.70
actionIconRenderFunction · 0.70
countFunction · 0.70
nextFunction · 0.70
asyncMapFunction · 0.70
stringFunction · 0.70

Calls 1

resolveFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…