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

Function IsDeclarationNode

internal/ast/ast.go:1512–1514  ·  view source on GitHub ↗
(node *Node)

Source from the content-addressed store, hash-verified

1510func (node *DeclarationBase) DeclarationData() *DeclarationBase { return node }
1511
1512func IsDeclarationNode(node *Node) bool {
1513 return node.DeclarationData() != nil
1514}
1515
1516// ExportableBase
1517

Calls 1

DeclarationDataMethod · 0.65

Tested by

no test coverage detected