(name: string)
| 78 | |
| 79 | const { nodes, calls } = await load(); |
| 80 | const byName = (name: string) => nodes.find((n) => n.name === name && isLombok(n)); |
| 81 | |
| 82 | // Accessors + Data contract + builder are synthesized and marked. |
| 83 | for (const m of ['getName', 'setName', 'isActive', 'setActive', 'builder', 'equals', 'hashCode', 'toString']) { |
no test coverage detected