Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Bistutu/FluentRead
/ isEmpty
Function
isEmpty
userscripts.js:1646–1648 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
1644
1645
// 判断是否为空元素
1646
function
isEmpty(node) {
1647
return
node ? false : true;
1648
}
1649
1650
// 验证并解析日期格式,如果格式不正确则返回false
1651
function
parseDateOrFalse(dateString) {
Callers
3
userscripts.js
File · 0.85
checkRun
Function · 0.85
parseDfs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected