MCPcopy 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
3053func (f *NodeFactory) ReleaseArenas() {
3054 *f = NodeFactory{
3055 hooks: f.hooks,
3056 textCount: f.textCount,
3057 nodeCount: f.nodeCount,
3058 }
3059}

Callers 1

getNodeBuilderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected