Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/typescript-go
/ AsNode
Method
AsNode
internal/ast/ast.go:1182–1182 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1180
1181
type
nodeData
interface
{
1182
AsNode() *Node
1183
ForEachChild(v Visitor) bool
1184
VisitEachChild(v *NodeVisitor) *Node
1185
Clone(v NodeFactoryCoercible) *Node
Callers
15
getJSDocParameterTagByPosition
Function · 0.65
getInheritedMembers
Function · 0.65
convertStringLiteralCompletions
Method · 0.65
ProvideCodeLenses
Method · 0.65
ProvideInlayHint
Method · 0.65
ProvideDocumentSymbols
Method · 0.65
getDocumentSymbolInformations
Method · 0.65
convertEntryToCallSite
Function · 0.65
recordCallSite
Method · 0.65
ProvideCallHierarchyIncomingCalls
Method · 0.65
ProvideCallHierarchyOutgoingCalls
Method · 0.65
extractAsVariable
Method · 0.65
Implementers
1
NodeDefault
internal/ast/ast.go
Calls
no outgoing calls
Tested by
6
TestDeepCloneNodeSanityCheck
Function · 0.52
TestDecodeSourceFile_Basic
Function · 0.52
TestDecodeSourceFile_Positions
Function · 0.52
TestDecodeNodes_SubtreeRoundTrip
Function · 0.52
TestFindNextToken
Function · 0.52
TestGetContainingList_NamedImports
Function · 0.52