MCPcopy Index your code
hub / github.com/bugy/script-server / isEmptyArray

Function isEmptyArray

web-src/src/common/utils/common.js:33–35  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

31}
32
33export function isEmptyArray(value) {
34 return isNull(value) || value.length === 0;
35}
36
37export function isEmptyValue(value) {
38 if (isNull(value)) {

Callers 10

constructorMethod · 0.90
isEmptyMethod · 0.90
selectScriptFunction · 0.90
stopAllFunction · 0.90
UPDATE_SCRIPT_CONFIGFunction · 0.90
removeEmptyValuesFunction · 0.90
verifyRadioWarningsFunction · 0.90

Calls 1

isNullFunction · 0.85

Tested by

no test coverage detected