MCPcopy Index your code
hub / github.com/nodejs/node / existsSync

Method existsSync

test/parallel/test-vfs-create.js:47–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45{
46 class ThrowingProvider extends vfs.VirtualProvider {
47 existsSync() { throw new Error('boom'); }
48 }
49 const myVfs = vfs.create(new ThrowingProvider());
50 assert.strictEqual(myVfs.existsSync('/anything'), false);

Callers 15

ensureFixtureLibraryFunction · 0.45
createDirFunction · 0.45
index.jsFile · 0.45
skipIfEslintMissingFunction · 0.45
buildSEAFunction · 0.45
generateSEAFunction · 0.45
runTestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected