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

Function pipe

packages/compiler/src/template/pipeline/src/instruction.ts:227–229  ·  view source on GitHub ↗
(slot: number, name: string)

Source from the content-addressed store, hash-verified

225}
226
227export function pipe(slot: number, name: string): ir.CreateOp {
228 return call(Identifiers.pipe, [o.literal(slot), o.literal(name)], null);
229}
230
231export function namespaceHTML(): ir.CreateOp {
232 return call(Identifiers.namespaceHTML, [], null);

Callers 1

redirectIfUrlTreeFunction · 0.85

Calls 1

callFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…