MCPcopy
hub / github.com/omkarcloud/botasaurus / isNotNullish

Function isNotNullish

js/botasaurus-server-js/src/null-utils.ts:4–6  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

2 return value === null || value === undefined
3}
4export function isNotNullish(value: any) {
5 return value !== null && value !== undefined
6}

Callers 15

getAvailableCapacityMethod · 0.90
pollForTasksMethod · 0.90
buildCapacityInfoMethod · 0.90
getSortKeyFunction · 0.90
getSortKeyMethod · 0.90
performApplyViewFunction · 0.90
_applyViewForUiFunction · 0.90
_applyViewForUiLargeTaskFunction · 0.90
queryPendingTasksFunction · 0.90
executePendingTasksMethod · 0.90
applyPaginationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected