Build an empty Graph with stamped metadata. Used as the base of a build and as the zero-node result of an over-restrictive filter.
Graph
the cache file the graph derives from
the filter options recorded into meta.filtersApplied
meta.filtersApplied
an empty Graph with generatedAt set to now
generatedAt
emptyGraph('c.json', { scope: 'open' }).meta.cachePath // => 'c.json' Copy
emptyGraph('c.json', { scope: 'open' }).meta.cachePath // => 'c.json'
Build an empty
Graphwith stamped metadata. Used as the base of a build and as the zero-node result of an over-restrictive filter.