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

Method consumeFunction

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

Source from the content-addressed store, hash-verified

233 }
234
235 consumeFunction(): Function | null {
236 let value = this.codes[this.i++];
237 if (value === null || typeof value === 'function') {
238 return value;
239 }
240 throw new Error('expecting function in OpCode');
241 }
242
243 consumeNumberOrString(): number | string {
244 let value = this.codes[this.i++];

Callers 1

consumeOpCodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected