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

Function getNoResultsFunction

test/parallel/test-repl-tab-complete.js:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27const assert = require('assert');
28
29function getNoResultsFunction() {
30 return common.mustSucceed((data) => {
31 assert.deepStrictEqual(data[0], []);
32 });
33}
34
35describe('REPL tab completion (core functionality)', () => {
36 it('does not break with variable declarations without an initialization', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…