MCPcopy Create free account
hub / github.com/nodejs/node / index

Method index

lib/internal/repl/history.js:230–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 get history() { return this[kHistory]; }
229 set history(value) { this[kHistory] = value; }
230 get index() { return this[kIndex]; }
231 set index(value) { this[kIndex] = value; }
232
233 // Start private methods

Callers 6

superMethod · 0.45
VisitMethod · 0.45
CompareRootGroupMethod · 0.45
CompareProductsMethod · 0.45
Finalize2Method · 0.45
from_rawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected