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

Function isSupportedSourceFormat

_benchmarks/sample_echarts.js:21582–21584  ·  view source on GitHub ↗
(sourceFormat)

Source from the content-addressed store, hash-verified

21580 }
21581
21582 function isSupportedSourceFormat(sourceFormat) {
21583 return sourceFormat === SOURCE_FORMAT_ARRAY_ROWS || sourceFormat === SOURCE_FORMAT_OBJECT_ROWS;
21584 }
21585
21586 /**
21587 * [REQUIREMENT_MEMO]:

Callers 3

getRawDataFunction · 0.85
cloneRawDataFunction · 0.85
applySingleDataTransformFunction · 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…