MCPcopy
hub / github.com/InkTimeRecord/TTime / isNotNull

Function isNotNull

src/common/utils/validate.ts:17–19  ·  view source on GitHub ↗
(date: string | object | unknown)

Source from the content-addressed store, hash-verified

15 * @returns {boolean}
16 */
17export function isNotNull(date: string | object | unknown): boolean {
18 return !isNull(date)
19}
20
21/**
22 * 检测是否为正确的URL格式

Callers 15

request.tsFile · 0.90
oldCacheGetByObjFunction · 0.90
oldCacheSetByObjFunction · 0.90
isMemberVipAndKeyFunction · 0.90
initNewServiceInfoFunction · 0.90
loadNewServiceInfoFunction · 0.90
DeepLChannelRequestClass · 0.90
onmessageMethod · 0.90
onmessageMethod · 0.90
onmessageMethod · 0.90
request.tsFile · 0.90
responseFilterFunction · 0.90

Calls 1

isNullFunction · 0.85

Tested by

no test coverage detected