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

Method comment

lib/utility/html.ts:57–59  ·  view source on GitHub ↗
(comment: string)

Source from the content-addressed store, hash-verified

55 }
56
57 comment(comment: string): string {
58 return `<span class="comment line"># ${comment}</span>`;
59 }
60
61 identifier(type: TypeRef): string {
62 return `<span class="identifier">${type.name}</span>`;

Callers 3

argumentsDescriptionMethod · 0.80
descriptionMethod · 0.80
fieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected