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

Method consumeString

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

Source from the content-addressed store, hash-verified

227 }
228
229 consumeString(): string {
230 let value = this.codes[this.i++];
231 assertString(value, 'expecting string in OpCode');
232 return value;
233 }
234
235 consumeFunction(): Function | null {
236 let value = this.codes[this.i++];

Callers 2

icuCreateOpCodesToStringFunction · 0.95
consumeOpCodeFunction · 0.80

Calls 1

assertStringFunction · 0.90

Tested by

no test coverage detected