MCPcopy Index your code
hub / github.com/tdewolff/minify / isSourceInstance

Function isSourceInstance

_benchmarks/sample_echarts.js:19785–19787  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

19783 }();
19784
19785 function isSourceInstance(val) {
19786 return val instanceof SourceImpl;
19787 }
19788 function createSource(sourceData, thisMetaRawOption, // can be null. If not provided, auto detect it from `sourceData`.
19789 sourceFormat, encodeDefine // can be null
19790 ) {

Callers 4

DefaultDataProviderFunction · 0.85
sample_echarts.jsFile · 0.85
completeDimensionsFunction · 0.85
createListFromArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…