Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
4
export
function
isNotNullish(value: any) {
5
return
value !== null && value !== undefined
6
}
Callers
15
getAvailableCapacity
Method · 0.90
pollForTasks
Method · 0.90
buildCapacityInfo
Method · 0.90
getSortKey
Function · 0.90
getSortKey
Method · 0.90
performApplyView
Function · 0.90
_applyViewForUi
Function · 0.90
_applyViewForUiLargeTask
Function · 0.90
isTaskCompletedOrFailed
Method · 0.90
queryPendingTasks
Function · 0.90
executePendingTasks
Method · 0.90
applyPagination
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected