Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/typescript-go
/ ReleaseArenas
Method
ReleaseArenas
internal/ast/ast.go:3053–3059 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3051
}
3052
3053
func
(f *NodeFactory) ReleaseArenas() {
3054
*f = NodeFactory{
3055
hooks: f.hooks,
3056
textCount: f.textCount,
3057
nodeCount: f.nodeCount,
3058
}
3059
}
Callers
1
getNodeBuilder
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected