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

Function meta

packages/compiler/test/render3/view/i18n_spec.ts:230–232  ·  view source on GitHub ↗
(customId?: string, meaning?: string, description?: string)

Source from the content-addressed store, hash-verified

228 });
229
230 function meta(customId?: string, meaning?: string, description?: string): I18nMeta {
231 return {customId, meaning, description};
232 }
233});
234
235describe('serializeI18nMessageForGetMsg', () => {

Callers 1

i18n_spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…