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

Function expectFromR3Nodes

packages/compiler/test/render3/r3_ast_spans_spec.ts:329–333  ·  view source on GitHub ↗
(nodes: t.Node[])

Source from the content-addressed store, hash-verified

327}
328
329function expectFromR3Nodes(nodes: t.Node[]) {
330 const humanizer = new R3AstSourceSpans();
331 t.visitAll(humanizer, nodes);
332 return expect(humanizer.result);
333}
334
335describe('R3 AST source spans', () => {
336 describe('nodes without binding', () => {

Callers 1

expectFromHtmlFunction · 0.70

Calls 1

visitAllMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…