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

Method line

lib/utility/html.ts:45–47  ·  view source on GitHub ↗
(code: string)

Source from the content-addressed store, hash-verified

43 }
44
45 line(code: string): string {
46 return `<li>${code}</li>`;
47 }
48
49 tab(code: string): string {
50 return `<span class="tab">${code}</span>`;

Callers 12

directiveMethod · 0.80
enumMethod · 0.80
fieldMethod · 0.80
fieldsMethod · 0.80
inputObjectMethod · 0.80
inputValuesMethod · 0.80
inputValueMethod · 0.80
interfacesMethod · 0.80
objectMethod · 0.80
scalarMethod · 0.80
schemaMethod · 0.80
unionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected