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

Method complete

lib/repl.js:1233–1235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1231 super.setPrompt(prompt);
1232 }
1233 complete() {
1234 ReflectApply(this.completer, this, arguments);
1235 }
1236 completeOnEditorMode(callback) {
1237 return (err, results) => {
1238 if (err) return callback(err);

Calls

no outgoing calls

Tested by 2

testFunction · 0.36
testFunction · 0.36