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

Function msgFn

packages/private/testing/matchers/index.ts:172–172  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

170 compare: function (actualFixture: any, expectedComponentType: Type<any>) {
171 const failOutput = arguments[2];
172 const msgFn = (msg: string): string => [msg, failOutput].filter(Boolean).join(', ');
173
174 // verify correct actual type
175 if (!(actualFixture instanceof ComponentFixture)) {

Callers 1

index.tsFile · 0.85

Calls 2

joinMethod · 0.65
filterMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…