Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ namespaceSVG
Function
namespaceSVG
packages/compiler/src/template/pipeline/src/instruction.ts:235–237 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
233
}
234
235
export
function
namespaceSVG(): ir.CreateOp {
236
return
call(Identifiers.namespaceSVG, [], null);
237
}
238
239
export
function
namespaceMath(): ir.CreateOp {
240
return
call(Identifiers.namespaceMathML, [], null);
Callers
nothing calls this directly
Calls
1
call
Function · 0.85
Tested by
no test coverage detected