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

Method LocalSymbol

internal/ast/ast.go:248–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246}
247
248func (n *Node) LocalSymbol() *Symbol {
249 data := n.ExportableData()
250 if data != nil {
251 return data.LocalSymbol
252 }
253 return nil
254}
255
256func (n *Node) Locals() SymbolTable {
257 data := n.LocalsContainerData()

Calls 1

ExportableDataMethod · 0.95

Tested by

no test coverage detected