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

Function GetModuleInstanceState

internal/ast/utilities.go:2303–2305  ·  view source on GitHub ↗
(node *Node)

Source from the content-addressed store, hash-verified

2301)
2302
2303func GetModuleInstanceState(node *Node) ModuleInstanceState {
2304 return getModuleInstanceState(node, nil, nil)
2305}
2306
2307func getModuleInstanceState(node *Node, ancestors []*Node, visited map[NodeId]ModuleInstanceState) ModuleInstanceState {
2308 module := node.AsModuleDeclaration()

Calls 1

getModuleInstanceStateFunction · 0.85

Tested by

no test coverage detected