MCPcopy Create free account
hub / github.com/nodejs/node / getStats

Method getStats

lib/internal/vfs/providers/memory.js:543–543  ·  view source on GitHub ↗
(size)

Source from the content-addressed store, hash-verified

541 }
542
543 const getStats = (size) => this.#createStats(entry, size);
544 return new MemoryFileHandle(normalized, flags, mode ?? entry.mode, entry.content, entry, getStats);
545 }
546

Callers

nothing calls this directly

Calls 1

#createStatsMethod · 0.95

Tested by

no test coverage detected