MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / isBlank

Function isBlank

lib/heal.js:181–183  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

179}
180
181function isBlank(value) {
182 return value == null || (Array.isArray(value) && value.length === 0) || (typeof value === 'object' && Object.keys(value).length === 0) || (typeof value === 'string' && value.trim() === '')
183}

Callers 1

getCodeSuggestionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected