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

Method keyword

lib/utility/html.ts:53–55  ·  view source on GitHub ↗
(keyword: string)

Source from the content-addressed store, hash-verified

51 }
52
53 keyword(keyword: string): string {
54 return `<span class="keyword operator ts">${keyword}</span>`;
55 }
56
57 comment(comment: string): string {
58 return `<span class="comment line"># ${comment}</span>`;

Callers 9

deprecatedMethod · 0.80
directiveMethod · 0.80
enumMethod · 0.80
inputObjectMethod · 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