MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / multiplexer.rs

File multiplexer.rs

ciphercore-base/src/ops/multiplexer.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Multiplexer (Mux) operation that takes three inputs a, b, c and returns b if a is 1 or c if a is 0.
2use crate::custom_ops::CustomOperationBody;
3use crate::data_types::{scalar_type, Type, BIT};
4use crate::errors::Result;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected