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.8.0-alpha.4
- Published
- Feb 29, 2024
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 47 minutes ago –
Tools for package owners.