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

Function getAvailableDependencies

_benchmarks/sample_echarts.js:15800–15806  ·  view source on GitHub ↗
(originalDeps, fullNameList)

Source from the content-addressed store, hash-verified

15798 }
15799
15800 function getAvailableDependencies(originalDeps, fullNameList) {
15801 var availableDeps = [];
15802 each(originalDeps, function (dep) {
15803 indexOf(fullNameList, dep) >= 0 && availableDeps.push(dep);
15804 });
15805 return availableDeps;
15806 }
15807 }
15808 function inheritDefaultOption(superOption, subOption) {
15809 // See also `model/Component.ts#getDefaultOption`

Callers 1

makeDepndencyGraphFunction · 0.85

Calls 2

eachFunction · 0.70
indexOfFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…