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

Function testLStaticData

packages/core/test/render3/node_selector_matcher_spec.ts:21–23  ·  view source on GitHub ↗
(tagName: string, attrs: TAttributes | null)

Source from the content-addressed store, hash-verified

19} from '../../src/render3/node_selector_matcher';
20
21function testLStaticData(tagName: string, attrs: TAttributes | null): TNode {
22 return createTNode(null!, null, TNodeType.Element, 0, tagName, attrs);
23}
24
25describe('css selector matching', () => {
26 function isMatching(

Callers 2

isAnyMatchingFunction · 0.85
testTNodeFunction · 0.85

Calls 1

createTNodeFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…