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

Function gracefulReaddir

lib/internal/repl/completion.js:158–164  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

156}
157
158function gracefulReaddir(...args) {
159 try {
160 return ReflectApply(fs.readdirSync, null, args);
161 } catch {
162 // Continue regardless of error.
163 }
164}
165
166function completeFSFunctions(match) {
167 let baseName = '';

Callers 2

completeFSFunctionsFunction · 0.85
completeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…