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

Method description

plugins/document.schema/index.ts:194–204  ·  view source on GitHub ↗
(description: string)

Source from the content-addressed store, hash-verified

192 }
193
194 description(description: string): string[] {
195
196 if (description)
197 return wrap(description, {
198 width: MAX_CODE_LEN
199 })
200 .split('\n')
201 .map(l => html.comment(l));
202
203 return [];
204 }
205
206 directive(directive: Directive): string {
207 return html.line(

Callers 5

argumentDescriptionMethod · 0.95
reduceEnumValuesMethod · 0.95
fieldMethod · 0.95
inputValueMethod · 0.95
schemaMethod · 0.95

Calls 1

commentMethod · 0.80

Tested by

no test coverage detected