MCPcopy Create free account
hub / github.com/angular/angular / fn

Method fn

packages/core/test/acceptance/integration_spec.ts:3019–3021  ·  view source on GitHub ↗
(prefix: string, ...args: string[])

Source from the content-addressed store, hash-verified

3017 foo = ['Frodo', 'Baggins'];
3018
3019 fn(prefix: string, ...args: string[]) {
3020 return `${prefix}, ${args.join(' ')}`;
3021 }
3022 }
3023
3024 const fixture = TestBed.createComponent(TestComponent);

Callers 4

logOnUnstableFunction · 0.45
logOnMicrotaskEmptyFunction · 0.45
logOnStableFunction · 0.45
commonTestsFunction · 0.45

Calls 1

joinMethod · 0.65

Tested by

no test coverage detected