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