MCPcopy Create free account
hub / github.com/cel-expr/cel-go / VariableDeclToExprDecl

Function VariableDeclToExprDecl

common/decls/decls.go:1011–1013  ·  view source on GitHub ↗

VariableDeclToExprDecl converts a go-native variable declaration into a protobuf-type variable declaration.

(v *VariableDecl)

Source from the content-addressed store, hash-verified

1009
1010// VariableDeclToExprDecl converts a go-native variable declaration into a protobuf-type variable declaration.
1011func VariableDeclToExprDecl(v *VariableDecl) (*exprpb.Decl, error) {
1012 return variableDeclToExprDecl(v)
1013}
1014
1015// variableDeclToExprDecl converts a go-native variable declaration into a protobuf-type variable declaration.
1016func variableDeclToExprDecl(v *VariableDecl) (*exprpb.Decl, error) {

Callers 2

Calls 1

variableDeclToExprDeclFunction · 0.85

Tested by 2