MCPcopy Index your code
hub / github.com/nodejs/node / #createZeroStats

Method #createZeroStats

lib/internal/vfs/watcher.js:434–437  ·  view source on GitHub ↗

* Creates a zeroed stats object for non-existent files. * @returns {object} Zeroed stats

()

Source from the content-addressed store, hash-verified

432 * @returns {object} Zeroed stats
433 */
434 #createZeroStats() {
435 const { createZeroStats } = require('internal/vfs/stats');
436 return createZeroStats({ bigint: this.#bigint });
437 }
438
439 /**
440 * Starts the polling timer.

Callers 1

#getStatsMethod · 0.95

Calls 2

createZeroStatsFunction · 0.85
requireFunction · 0.50

Tested by

no test coverage detected