MCPcopy
hub / github.com/remix-run/react-router / first

Method first

packages/create-react-router/prompts-text.ts:198–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196 }
197
198 first() {
199 this.cursor = 0;
200 this.render();
201 }
202
203 last() {
204 this.cursor = this.value.length;

Callers 1

getColorFunction · 0.45

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected