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

Function readFixtureKeys

test/common/fixtures.js:28–30  ·  view source on GitHub ↗
(enc, ...names)

Source from the content-addressed store, hash-verified

26}
27
28function readFixtureKeys(enc, ...names) {
29 return names.map((name) => readFixtureKey(name, enc));
30}
31
32// This should be in sync with test/fixtures/utf8_test_text.txt.
33// We copy them here as a string because this is supposed to be used

Callers

nothing calls this directly

Calls 2

readFixtureKeyFunction · 0.85
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…