MCPcopy
hub / github.com/enquirer/enquirer / last

Method last

lib/types/string.js:132–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 }
131
132 last() {
133 this.cursor = this.input.length - 1;
134 this.render();
135 }
136
137 next() {
138 let init = this.initial != null ? String(this.initial) : '';

Callers

nothing calls this directly

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected