Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ Members
Method
Members
internal/ast/ast.go:573–579 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
571
}
572
573
func
(n *Node) Members() []*Node {
574
list := n.MemberList()
575
if
list != nil {
576
return
list.Nodes
577
}
578
return
nil
579
}
580
581
func
(n *Node) StatementList() *NodeList {
582
switch
n.Kind {
Callers
15
transformClassLike
Method · 0.95
getRightHandSideOfAssignment
Function · 0.80
getInlayHintLabelParts
Method · 0.80
collect
Method · 0.80
collectCallSites
Function · 0.80
addClassStaticThisReferences
Method · 0.80
getCompletionData
Method · 0.80
getNodesToSearchForModifier
Function · 0.80
TestGeneratedNameForMethod1
Function · 0.80
TestGeneratedNameForMethod2
Function · 0.80
TestGeneratedPrivateNameForMethod
Function · 0.80
TestGeneratedNameForComputedPropertyName
Function · 0.80
Calls
1
MemberList
Method · 0.95
Tested by
4
TestGeneratedNameForMethod1
Function · 0.64
TestGeneratedNameForMethod2
Function · 0.64
TestGeneratedPrivateNameForMethod
Function · 0.64
TestGeneratedNameForComputedPropertyName
Function · 0.64