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

Function GetMembers

internal/ast/utilities.go:53–55  ·  view source on GitHub ↗
(symbol *Symbol)

Source from the content-addressed store, hash-verified

51}
52
53func GetMembers(symbol *Symbol) SymbolTable {
54 return GetSymbolTable(&symbol.Members)
55}
56
57func GetExports(symbol *Symbol) SymbolTable {
58 return GetSymbolTable(&symbol.Exports)

Callers 4

declareClassMemberMethod · 0.92
bindParameterMethod · 0.92

Calls 1

GetSymbolTableFunction · 0.85

Tested by

no test coverage detected