MCPcopy
hub / github.com/angular/angular / next

Method next

packages/compiler/src/expression_parser/parser.ts:605–607  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

603 }
604
605 private get next(): Token {
606 return this.peek(0);
607 }
608
609 /** Whether all the parser input has been processed. */
610 private get atEOF(): boolean {

Callers 15

provider_spec.tsFile · 0.45
newRequestWithMetadataFunction · 0.45
postMessageMethod · 0.45
constructorMethod · 0.45
updateControllerMethod · 0.45
messageListenerMethod · 0.45
requestSubscriptionMethod · 0.45
doUnsubscribeMethod · 0.45
postMessageMethod · 0.45
setHashMethod · 0.45

Calls 1

peekMethod · 0.95

Tested by 2

guardsIntegrationSuiteFunction · 0.36