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

Function matchTIcu

packages/core/test/render3/matchers.ts:130–132  ·  view source on GitHub ↗
(expected?: Partial<TIcu>)

Source from the content-addressed store, hash-verified

128 * @param expected optional properties which the `TIcu` must contain.
129 */
130export function matchTIcu(expected?: Partial<TIcu>): jasmine.AsymmetricMatcher<TIcu> {
131 return matchObjectShape('TIcu', isTIcu, expected);
132}
133
134/**
135 * Asymmetric matcher which matches a DOM Element.

Callers 1

i18n_parse_spec.tsFile · 0.90

Calls 1

matchObjectShapeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…