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

Function namespaceHTML

packages/compiler/src/template/pipeline/src/instruction.ts:231–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229}
230
231export function namespaceHTML(): ir.CreateOp {
232 return call(Identifiers.namespaceHTML, [], null);
233}
234
235export function namespaceSVG(): ir.CreateOp {
236 return call(Identifiers.namespaceSVG, [], null);

Callers

nothing calls this directly

Calls 1

callFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…