Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/mangle
/ ApplySubst
Method
ApplySubst
ast/ast.go:133–133 ·
view source on GitHub ↗
Returns a new term.
(s Subst)
Source
from the content-addressed store, hash-verified
131
132
// Returns a new term.
133
ApplySubst(s Subst) Term
134
}
135
136
// BaseTerm represents a subset of terms: constant, variables or ApplyFn.
Callers
13
getPushdown
Function · 0.65
TestEmptyArrayProgram
Function · 0.65
CheckFact
Method · 0.65
oneStepEvalClause
Method · 0.65
EvalQuery
Method · 0.65
evalLet
Function · 0.65
evalDo
Function · 0.65
TestRectifyAtom
Function · 0.65
ApplySubst
Method · 0.65
ApplySubst
Method · 0.65
ApplySubst
Method · 0.65
ApplySubst
Method · 0.65
Implementers
9
Constant
ast/ast.go
Variable
ast/ast.go
Atom
ast/ast.go
NegAtom
ast/ast.go
ApplyFn
ast/ast.go
Eq
ast/ast.go
Ineq
ast/ast.go
TemporalAtom
ast/temporal.go
TemporalLiteral
ast/temporal.go
Calls
no outgoing calls
Tested by
2
TestEmptyArrayProgram
Function · 0.52
TestRectifyAtom
Function · 0.52