MCPcopy Index your code
hub / github.com/google/mangle / SubstMap

TypeAlias SubstMap

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

SubstMap is a substitution backed by a map from variables to constants.

Source from the content-addressed store, hash-verified

156
157// SubstMap is a substitution backed by a map from variables to constants.
158type SubstMap map[Variable]BaseTerm
159
160// Get implements the Get method from Subst.
161func (m SubstMap) Get(v Variable) BaseTerm {

Callers 1

checkFunApplyFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected