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

Function VariableDeclToExprDecl

common/decls/decls.go:1097–1099  ·  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

1095
1096// VariableDeclToExprDecl converts a go-native variable declaration into a protobuf-type variable declaration.
1097func VariableDeclToExprDecl(v *VariableDecl) (*exprpb.Decl, error) {
1098 return variableDeclToExprDecl(v)
1099}
1100
1101// variableDeclToExprDecl converts a go-native variable declaration into a protobuf-type variable declaration.
1102func variableDeclToExprDecl(v *VariableDecl) (*exprpb.Decl, error) {

Callers 2

Calls 1

variableDeclToExprDeclFunction · 0.85

Tested by 2