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

Method init

packages/compiler/src/ml_parser/lexer.ts:1591–1591  ·  view source on GitHub ↗

Initialize the cursor.

()

Source from the content-addressed store, hash-verified

1589interface CharacterCursor {
1590 /** Initialize the cursor. */
1591 init(): void;
1592 /** The parsed character at the current cursor position. */
1593 peek(): number;
1594 /** Advance the cursor by one parsed character. */

Callers 15

constructorMethod · 0.65
initMethod · 0.65
setupMethod · 0.65
copyFromMethod · 0.65
initMethod · 0.65
setupMethod · 0.65
initMockTestFileSystemFunction · 0.65
createRouterScrollerFunction · 0.65
getBootstrapListenerFunction · 0.65
initMethod · 0.65
doInitMethod · 0.65

Implementers 1

PlainCharacterCursorpackages/compiler/src/ml_parser/lexer.

Calls

no outgoing calls

Tested by 2

createRouterScrollerFunction · 0.52
setupWithDeepLinkFunction · 0.52