package eval
import "cuelang.org/go/internal/core/eval"
Index ¶
- func Evaluate(r adt.Runtime, v *adt.Vertex)
- func NewContext(r adt.Runtime, v *adt.Vertex) *adt.OpContext
- type Unifier
Functions ¶
func Evaluate ¶
func NewContext ¶
TODO: Note: NewContext takes essentially a cue.Value. By making this type more central, we can perhaps avoid context creation.
Types ¶
type Unifier ¶
type Unifier struct {
// contains filtered or unexported fields
}
func New ¶
func (*Unifier) NewContext ¶
func (*Unifier) Stats ¶
Source Files ¶
eval.go
- Version
- v0.12.0 (latest)
- Published
- Jan 30, 2025
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 8 hours ago –
Tools for package owners.