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

Method fn

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

Source from the content-addressed store, hash-verified

3016 foo = ['Frodo', 'Baggins'];
3017
3018 fn(prefix: string, ...args: string[]) {
3019 return `${prefix}, ${args.join(' ')}`;
3020 }
3021 }
3022
3023 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