(slot: number, name: string)
| 225 | } |
| 226 | |
| 227 | export function pipe(slot: number, name: string): ir.CreateOp { |
| 228 | return call(Identifiers.pipe, [o.literal(slot), o.literal(name)], null); |
| 229 | } |
| 230 | |
| 231 | export function namespaceHTML(): ir.CreateOp { |
| 232 | return call(Identifiers.namespaceHTML, [], null); |
no test coverage detected
searching dependent graphs…