()
| 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); |
nothing calls this directly
no test coverage detected
searching dependent graphs…