(iface)
| 89 | } |
| 90 | |
| 91 | function getENVPrefix(iface) { |
| 92 | if (nestedOptionEnvPrefix[iface.id.name]) { |
| 93 | return nestedOptionEnvPrefix[iface.id.name]; |
| 94 | } |
| 95 | } |
| 96 | |
| 97 | function processProperty(property, iface) { |
| 98 | const firstComment = getCommentValue(last(property.leadingComments || [])); |
no outgoing calls
no test coverage detected
searching dependent graphs…