MCPcopy 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.
341pub fn execute_reduce(spec: &PyReduceSpec) -> crate::error::ParsecResult<f64> {
342 eval_reduce(spec.op, &spec.buffer)
343}
344
345#[cfg(test)]
346mod tests {

Callers 1

goMethod · 0.85

Calls 1

eval_reduceFunction · 0.85

Tested by

no test coverage detected