(descriptions: string[], arg: InputValue)
| 161 | } |
| 162 | |
| 163 | const reduceArguments = (descriptions: string[], arg: InputValue) => descriptions.concat(this.argumentDescription(arg)); |
| 164 | |
| 165 | return fieldOrDirectives.args |
| 166 | .reduce(reduceArguments, [html.comment('Arguments')]); |
nothing calls this directly
no test coverage detected