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

Function validateFunctionArray

lib/internal/test_runner/snapshot.js:287–292  ·  view source on GitHub ↗
(fns, name)

Source from the content-addressed store, hash-verified

285}
286
287function validateFunctionArray(fns, name) {
288 validateArray(fns, name);
289 for (let i = 0; i < fns.length; ++i) {
290 validateFunction(fns[i], `${name}[${i}]`);
291 }
292}
293
294function escapeSnapshotKey(str) {
295 let result = StringPrototypeSlice(JSONStringify(str, null, 2), 1, -1);

Callers 3

createAssertMethod · 0.85
createFileAssertMethod · 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…