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

Method Symbol

internal/ast/ast.go:240–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238func (n *MutableNode) SetModifiers(modifiers *ModifierList) { n.data.setModifiers(modifiers) }
239
240func (n *Node) Symbol() *Symbol {
241 data := n.DeclarationData()
242 if data != nil {
243 return data.Symbol
244 }
245 return nil
246}
247
248func (n *Node) LocalSymbol() *Symbol {
249 data := n.ExportableData()

Callers 3

computeDeclarationMapMethod · 0.95
ResolveMethod · 0.95

Calls 1

DeclarationDataMethod · 0.95

Tested by

no test coverage detected