MCPcopy Create free account
hub / github.com/cogentcore/core / ClearAST

Method ClearAST

parse/parser/state.go:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func (ps *State) ClearAST() {
81 ps.Syms.ClearAST()
82 ps.Scopes.ClearAST()
83}
84
85func (ps *State) Destroy() {
86 if ps.AST != nil && ps.AST.This != nil {

Callers 3

InitMethod · 0.95
DestroyMethod · 0.95
DestroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected