(comment)
| 82 | } |
| 83 | |
| 84 | function getCommentValue(comment) { |
| 85 | if (!comment) { |
| 86 | return; |
| 87 | } |
| 88 | return comment.value.trim(); |
| 89 | } |
| 90 | |
| 91 | function getENVPrefix(iface) { |
| 92 | if (nestedOptionEnvPrefix[iface.id.name]) { |
no outgoing calls
no test coverage detected
searching dependent graphs…