MCPcopy
hub / github.com/google/mangle / Variable

Struct Variable

ast/ast.go:915–917  ·  view source on GitHub ↗

Variable represents a variable by the name.

Source from the content-addressed store, hash-verified

913
914// Variable represents a variable by the name.
915type Variable struct {
916 Symbol string
917}
918
919func (v Variable) isBaseTerm() {
920}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected