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

Method set

lib/internal/readline/interface.js:394–394  ·  view source on GitHub ↗
(newHistory)

Source from the content-addressed store, hash-verified

392 __proto__: null, configurable: true, enumerable: true,
393 get() { return this.historyManager.history; },
394 set(newHistory) { return this.historyManager.history = newHistory; },
395 });
396
397 ObjectDefineProperty(this, 'historyIndex', {

Callers 15

onScriptParsedMethod · 0.45
bindBreakpointsMethod · 0.45
constructorMethod · 0.45
mergePrefixUtf8Function · 0.45
getEncodingFunction · 0.45
createSinglebyteDecoderFunction · 0.45
subjectMethod · 0.45
subjectAltNameMethod · 0.45
issuerMethod · 0.45
issuerCertificateMethod · 0.45
infoAccessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected