MCPcopy Index your code
hub / github.com/ciphermodelabs/ciphercore / custom_ops.rs

File custom_ops.rs

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

Source from the content-addressed store, hash-verified

1//! Structs and traits necessary to implement custom operations.
2//! A custom operation can be thought of as a polymorphic function, i.e., where the number of inputs and their types can vary.
3//! Two basic examples of custom operations are provided: [Not] and [Or].
4use crate::data_types::{scalar_type, Type, BIT};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected