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

Method tab

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

Source from the content-addressed store, hash-verified

47 }
48
49 tab(code: string): string {
50 return `<span class="tab">${code}</span>`;
51 }
52
53 keyword(keyword: string): string {
54 return `<span class="keyword operator ts">${keyword}</span>`;

Callers 5

enumMethod · 0.80
fieldMethod · 0.80
inputValuesMethod · 0.80
inputValueMethod · 0.80
schemaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected