Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
export
function
noop(...args: any[]): any {
10
// Do nothing.
11
}
Callers
1
index.ts
File · 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…