Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YuminosukeSato/ironkernel
/ execute_reduce
Function
execute_reduce
src/python/py_kernel.rs:341–343 ·
view source on GitHub ↗
Execute a reduce spec.
(spec: &PyReduceSpec)
Source
from the content-addressed store, hash-verified
339
340
/// Execute a reduce spec.
341
pub fn execute_reduce(spec: &PyReduceSpec) -> crate::error::ParsecResult<f64> {
342
eval_reduce(spec.op, &spec.buffer)
343
}
344
345
#[cfg(test)]
346
mod tests {
Callers
1
go
Method · 0.85
Calls
1
eval_reduce
Function · 0.85
Tested by
no test coverage detected