MCPcopy
hub / github.com/enquirer/enquirer / first

Method first

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

Source from the content-addressed store, hash-verified

125 }
126
127 first() {
128 this.cursor = 0;
129 this.render();
130 }
131
132 last() {
133 this.cursor = this.input.length - 1;

Callers

nothing calls this directly

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected