()
| 229 | } |
| 230 | |
| 231 | export function namespaceHTML(): ir.CreateOp { |
| 232 | return call(Identifiers.namespaceHTML, [], null); |
| 233 | } |
| 234 | |
| 235 | export function namespaceSVG(): ir.CreateOp { |
| 236 | return call(Identifiers.namespaceSVG, [], null); |
nothing calls this directly
no test coverage detected
searching dependent graphs…