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

Method init

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

Initialize the cursor.

()

Source from the content-addressed store, hash-verified

1574interface CharacterCursor {
1575 /** Initialize the cursor. */
1576 init(): void;
1577 /** The parsed character at the current cursor position. */
1578 peek(): number;
1579 /** 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