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

Method init

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

Initialize the cursor.

()

Source from the content-addressed store, hash-verified

1556interface CharacterCursor {
1557 /** Initialize the cursor. */
1558 init(): void;
1559 /** The parsed character at the current cursor position. */
1560 peek(): number;
1561 /** 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 1

createRouterScrollerFunction · 0.52