MCPcopy Index your code
hub / github.com/angular/angular / hasMore

Method hasMore

packages/core/src/render3/i18n/i18n_debug.ts:219–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217 }
218
219 hasMore() {
220 return this.i < this.codes.length;
221 }
222
223 consumeNumber(): number {
224 let value = this.codes[this.i++];

Callers 2

icuCreateOpCodesToStringFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected