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

Method inputValues

plugins/document.schema/index.ts:287–291  ·  view source on GitHub ↗
(inputValues: InputValue[])

Source from the content-addressed store, hash-verified

285 }
286
287 inputValues(inputValues: InputValue[]): string {
288 return inputValues
289 .map(inputValue => html.line(html.tab(this.inputValue(inputValue))))
290 .join('');
291 }
292
293 inputValue(arg: InputValue): string {
294

Callers 1

inputObjectMethod · 0.95

Calls 3

inputValueMethod · 0.95
lineMethod · 0.80
tabMethod · 0.80

Tested by

no test coverage detected