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

Function createAstValue

packages/compiler-cli/linker/test/ast/ast_value_spec.ts:201–203  ·  view source on GitHub ↗
(node: ts.Expression)

Source from the content-addressed store, hash-verified

199
200describe('AstValue', () => {
201 function createAstValue<T>(node: ts.Expression): AstValue<T, ts.Expression> {
202 return new AstValue<T, ts.Expression>(node, host);
203 }
204
205 describe('getSymbolName', () => {
206 it('should return the name of an identifier', () => {

Callers 1

ast_value_spec.tsFile · 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…