MCPcopy Create free account
hub / github.com/angular/angular / isPrivateIdentifier

Method isPrivateIdentifier

packages/compiler/src/expression_parser/lexer.ts:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 isPrivateIdentifier(): boolean {
83 return this.type === TokenType.PrivateIdentifier;
84 }
85
86 isKeyword(): boolean {
87 return this.type === TokenType.Keyword;

Callers 8

parsePrimaryMethod · 0.80
getMemberNameFunction · 0.80
extractModifiersOfMemberFunction · 0.80
reflectClassMemberFunction · 0.80
setupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected