Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
func
GetMembers(symbol *Symbol) SymbolTable {
54
return
GetSymbolTable(&symbol.Members)
55
}
56
57
func
GetExports(symbol *Symbol) SymbolTable {
58
return
GetSymbolTable(&symbol.Exports)
Callers
4
declareClassMember
Method · 0.92
declareSymbolAndAddToSymbolTable
Method · 0.92
getThisClassAndSymbolTable
Method · 0.92
bindParameter
Method · 0.92
Calls
1
GetSymbolTable
Function · 0.85
Tested by
no test coverage detected