MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / isNil

Function isNil

docs/scripts/getDocsFromDir.js:11–13  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

9 const docsDir = path.join(baseDir, dir);
10
11 function isNil(value) {
12 return value === undefined || value === null;
13 }
14
15 function getMarkdownOrder(filepath) {
16 const { data } = matter(fs.readFileSync(filepath, 'utf-8'));

Callers 2

transformItemFunction · 0.85
getMarkdownOrderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…