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

Function noop

packages/core/src/util/noop.ts:9–11  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

7 */
8
9export function noop(...args: any[]): any {
10 // Do nothing.
11}

Callers 1

index.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…