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

Method ApplySubstBase

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

ApplySubstBase simply returns this constant, for any substitution.

(s Subst)

Source from the content-addressed store, hash-verified

1185
1186// ApplySubstBase simply returns this constant, for any substitution.
1187func (a ApplyFn) ApplySubstBase(s Subst) BaseTerm {
1188 return a.ApplySubst(s).(BaseTerm)
1189}
1190
1191// Eq represents an equality (identity constraint) X = Y or X = c or c = X.
1192type Eq struct {

Callers

nothing calls this directly

Calls 1

ApplySubstMethod · 0.95

Tested by

no test coverage detected