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

Method isDynamic

lib/internal/vfs/providers/memory.js:167–169  ·  view source on GitHub ↗

* Returns true if this file has a dynamic content provider. * @returns {boolean}

()

Source from the content-addressed store, hash-verified

165 * @returns {boolean}
166 */
167 isDynamic() {
168 return this.contentProvider !== null;
169 }
170
171 isFile() {
172 return this.type === TYPE_FILE;

Callers 4

contentMethod · 0.80
#createStatsMethod · 0.80
parsePhasesMethod · 0.80
getDynamicPhaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected