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

Function createEXDEV

lib/internal/vfs/errors.js:183–191  ·  view source on GitHub ↗
(syscall, path)

Source from the content-addressed store, hash-verified

181}
182
183function createEXDEV(syscall, path) {
184 const err = new UVException({
185 errno: UV_EXDEV,
186 syscall,
187 path,
188 });
189 ErrorCaptureStackTrace(err, createEXDEV);
190 return err;
191}
192
193module.exports = {
194 createENOENT,

Callers 1

checkSameVFSFunction · 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…