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

Method ApplySubst

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

ApplySubst returns the result of applying the given substitution.

(s Subst)

Source from the content-addressed store, hash-verified

939
940// ApplySubst returns the result of applying the given substitution.
941func (v Variable) ApplySubst(s Subst) Term {
942 return v.ApplySubstBase(s)
943}
944
945// ApplySubstBase returns the result of applying the given substitution.
946func (v Variable) ApplySubstBase(s Subst) BaseTerm {

Callers

nothing calls this directly

Calls 1

ApplySubstBaseMethod · 0.95

Tested by

no test coverage detected