* Gets the state of a given code path. * @param {CodePath} codePath A code path to get. * @returns {CodePathState} The state of the code path.
(codePath)
| 72 | * @returns {CodePathState} The state of the code path. |
| 73 | */ |
| 74 | static getState(codePath) { |
| 75 | return codePath.internal; |
| 76 | } |
| 77 | |
| 78 | /** |
| 79 | * The initial code path segment. This is the segment that is at the head |
no outgoing calls
no test coverage detected