MCPcopy 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// 判断是否为空元素
1646function isEmpty(node) {
1647 return node ? false : true;
1648}
1649
1650// 验证并解析日期格式,如果格式不正确则返回false
1651function parseDateOrFalse(dateString) {

Callers 3

userscripts.jsFile · 0.85
checkRunFunction · 0.85
parseDfsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected