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

Method has

packages/compiler/src/i18n/translation_bundle.ts:75–77  ·  view source on GitHub ↗
(srcMsg: i18n.Message)

Source from the content-addressed store, hash-verified

73 }
74
75 has(srcMsg: i18n.Message): boolean {
76 return this.digest(srcMsg) in this._i18nNodesByMsgId;
77 }
78}
79
80class I18nToHtmlVisitor implements i18n.Visitor {

Callers

nothing calls this directly

Calls 1

digestMethod · 0.45

Tested by

no test coverage detected