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

Function isNotWhitespace

packages/compiler/src/ml_parser/lexer.ts:1459–1461  ·  view source on GitHub ↗
(code: number)

Source from the content-addressed store, hash-verified

1457}
1458
1459function isNotWhitespace(code: number): boolean {
1460 return !chars.isWhitespace(code) || code === chars.$EOF;
1461}
1462
1463function isNameEnd(code: number): boolean {
1464 return (

Callers 2

isBlockParameterCharFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…