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

Method isBoolean

packages/compiler-cli/linker/src/ast/ast_value.ts:268–270  ·  view source on GitHub ↗

* Is this value a boolean?

()

Source from the content-addressed store, hash-verified

266 * Is this value a boolean?
267 */
268 isBoolean(): boolean {
269 return this.host.isBooleanLiteral(this.expression);
270 }
271
272 /**
273 * Parse the boolean from this value, or error if it is not a boolean.

Callers 1

ast_value_spec.tsFile · 0.80

Calls 1

isBooleanLiteralMethod · 0.65

Tested by

no test coverage detected