Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
export
function
isEmptyArray(value) {
34
return
isNull(value) || value.length === 0;
35
}
36
37
export
function
isEmptyValue(value) {
38
if
(isNull(value)) {
Callers
10
constructor
Method · 0.90
isEmpty
Method · 0.90
scriptExecutionManager.js
File · 0.90
selectScript
Function · 0.90
stopAll
Function · 0.90
UPDATE_SCRIPT_CONFIG
Function · 0.90
removeEmptyValues
Function · 0.90
file_dialog_test.js
File · 0.90
verifyRadioWarnings
Function · 0.90
getElementsByTagNameRecursive
Function · 0.85
Calls
1
isNull
Function · 0.85
Tested by
no test coverage detected