(node: &NodeBuilder)
| 534 | } |
| 535 | |
| 536 | fn wrapper_label(node: &NodeBuilder) -> Option<String> { |
| 537 | with_single(node, |n| NodeWrapper(n).label()) |
| 538 | } |
| 539 | |
| 540 | fn wrapper_hint(node: &NodeBuilder) -> Option<String> { |
| 541 | with_single(node, |n| NodeWrapper(n).hint()) |
nothing calls this directly
no test coverage detected