MCPcopy
hub / github.com/microsoft/typescript-go / NodeDefault

Struct NodeDefault

internal/ast/ast.go:1206–1208  ·  view source on GitHub ↗

NodeDefault

Source from the content-addressed store, hash-verified

1204// NodeDefault
1205
1206type NodeDefault struct {
1207 Node
1208}
1209
1210func (node *NodeDefault) AsNode() *Node { return &node.Node }
1211func (node *NodeDefault) ForEachChild(v Visitor) bool { return false }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected