MCPcopy Create free account
hub / github.com/Effect-TS/tsgo / ClassNameText

Method ClassNameText

internal/completion/position.go:134–136  ·  view source on GitHub ↗

ClassNameText returns the text of the class name node.

()

Source from the content-addressed store, hash-verified

132
133// ClassNameText returns the text of the class name node.
134func (d *ExtendsClassCompletionData) ClassNameText() string {
135 return scanner.GetTextOfNode(d.ClassName)
136}

Calls

no outgoing calls