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

Function pipe

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

Source from the content-addressed store, hash-verified

248}
249
250export function pipe(slot: number, name: string): ir.CreateOp {
251 return call(Identifiers.pipe, [o.literal(slot), o.literal(name)], null);
252}
253
254export function namespaceHTML(): ir.CreateOp {
255 return call(Identifiers.namespaceHTML, [], null);

Callers 2

redirectIfUrlTreeFunction · 0.85
setupAndRunResourcesFunction · 0.85

Calls 1

callFunction · 0.85

Tested by

no test coverage detected