MCPcopy Index your code
hub / github.com/microsoft/typescript-go / getEntityNameString

Function getEntityNameString

internal/ls/hover.go:1110–1114  ·  view source on GitHub ↗
(name *ast.Node)

Source from the content-addressed store, hash-verified

1108}
1109
1110func getEntityNameString(name *ast.Node) string {
1111 var b strings.Builder
1112 writeEntityNameParts(&b, name)
1113 return b.String()
1114}
1115
1116func writeEntityNameParts(b *strings.Builder, node *ast.Node) {
1117 switch node.Kind {

Callers 2

writeNameLinkMethod · 0.85
writeOptionalEntityNameFunction · 0.85

Calls 2

writeEntityNamePartsFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected