Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
17
export
function
isNotNull(date: string | object | unknown): boolean {
18
return
!isNull(date)
19
}
20
21
/**
22
* 检测是否为正确的URL格式
Callers
15
request.ts
File · 0.90
oldCacheGetByObj
Function · 0.90
oldCacheSetByObj
Function · 0.90
isMemberVipAndKey
Function · 0.90
initNewServiceInfo
Function · 0.90
loadNewServiceInfo
Function · 0.90
DeepLChannelRequest
Class · 0.90
onmessage
Method · 0.90
onmessage
Method · 0.90
onmessage
Method · 0.90
request.ts
File · 0.90
responseFilter
Function · 0.90
Calls
1
isNull
Function · 0.85
Tested by
no test coverage detected