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

Function IsLocalsContainer

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

Source from the content-addressed store, hash-verified

1527func (node *LocalsContainerBase) LocalsContainerData() *LocalsContainerBase { return node }
1528
1529func IsLocalsContainer(node *Node) bool {
1530 return node.LocalsContainerData() != nil
1531}
1532
1533// FunctionLikeBase
1534

Callers 1

declareModuleMemberMethod · 0.92

Calls 1

LocalsContainerDataMethod · 0.65

Tested by

no test coverage detected