walkSubtree calls visit on all underlying nodes of the subtree, but not the current one. Walking must be interrupted if visit returns an error.
(visit Visit)
| 225 | // of the subtree, but not the current one. Walking |
| 226 | // must be interrupted if visit returns an error. |
| 227 | walkSubtree(visit Visit) error |
| 228 | } |
| 229 | |
| 230 | // Visit defines the signature of a function that |
no outgoing calls
no test coverage detected