# Functions
CueKindOf returns cue.Kind of the value placed at the given path.
CueKuestaTagOf returns the tag written in comment.
FormatCue formats cue.Value in canonical cue fmt style.
GetKuestaTag extracts the value tagged with 'kuesta' key from ast.CommentGroup.
NewAstExpr returns CUE AST Expression for the given value.
NewStrConvFunc returns StrConvFunc to convert string to the corresponding type of the given cue.Kind.
NewValueFromBytes creates cue.Value from given []byte.
NewValueFromJson creates cue.Value from the given JSON []byte.
NewValueWithInstance creates cue.Value from cue build.Instance to resolve dependent imports.
# Type aliases
No description provided by the author