(where, r)
| 517 | .map(([n]) => n), |
| 518 | ) |
| 519 | const leak = (where, r) => |
| 520 | errors.push(`${where}: correlated union ${r} is reachable as a value (needs a payload selector)`) |
| 521 | for (const [name, node] of Object.entries(schema.types)) { |
| 522 | if (node.kind === 'record') { |
| 523 | const envelopeRoot = envelopeResultUnion(node, schema.types) |
no outgoing calls
no test coverage detected