MCPcopy Create free account
hub / github.com/microsoft/typescript-go / trimCommentPrefix

Function trimCommentPrefix

internal/ls/hover.go:1081–1083  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

1079}
1080
1081func trimCommentPrefix(text string) string {
1082 return strings.TrimLeft(strings.TrimPrefix(strings.TrimLeft(text, " "), "|"), " ")
1083}
1084
1085func writeMarkdownLink(b *strings.Builder, text string, uri string, quote bool) {
1086 b.WriteString("[")

Callers 2

writeJSDocLinkMethod · 0.85
writeNameLinkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected