Call the given callback once for each of the nested specs that would get decoded with the same body and block as the receiver. This should not descend into the nested specs used when decoding blocks.
(cb visitFunc)
| 36 | // get decoded with the same body and block as the receiver. This should |
| 37 | // not descend into the nested specs used when decoding blocks. |
| 38 | visitSameBodyChildren(cb visitFunc) |
| 39 | |
| 40 | // Determine the source range of the value that would be returned for the |
| 41 | // spec in the given content, in the context of the given block |
no outgoing calls
no test coverage detected