MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / isNullvalue

Function isNullvalue

src/common/util/FilterCondition.js:98–100  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

96
97// 判断空值
98function isNullvalue(value) {
99 return [null, '', undefined].includes(value);
100}
101
102function mapboxFilterToCqlFilter(filter, dataType) {
103 if (!isSimpleComparison(filter)) {

Callers 2

mapboxFilterToCqlFilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected