Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-rust/cel-rust
/ next_expr_for
Method
next_expr_for
cel/src/parser/parser.rs:1102–1107 ·
view source on GitHub ↗
(&mut self, id: u64, expr: Expr)
Source
from the content-addressed store, hash-verified
1100
}
1101
1102
pub fn next_expr_for(&mut self, id: u64, expr: Expr) -> IdedExpr {
1103
IdedExpr {
1104
id: self.next_id_for(id),
1105
expr,
1106
}
1107
}
1108
}
1109
1110
struct LogicManager {
Callers
1
next_expr
Method · 0.80
Calls
1
next_id_for
Method · 0.80
Tested by
no test coverage detected