MCPcopy Create free account
hub / github.com/2fd/graphdoc / reduceArguments

Method reduceArguments

plugins/document.schema/index.ts:163–163  ·  view source on GitHub ↗
(descriptions: string[], arg: InputValue)

Source from the content-addressed store, hash-verified

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')]);

Callers

nothing calls this directly

Calls 1

argumentDescriptionMethod · 0.95

Tested by

no test coverage detected