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

Function fixturesFileURL

test/common/fixtures.js:14–16  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

12}
13
14function fixturesFileURL(...args) {
15 return pathToFileURL(Reflect.apply(fixturesPath, this, args));
16}
17
18function readFixtureSync(args, enc) {
19 if (Array.isArray(args))

Callers

nothing calls this directly

Calls 2

pathToFileURLFunction · 0.50
applyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…