MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / Value

Class Value

ciphercore-base/src/data_values.rs:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131#[derive(PartialEq, Eq, Clone)]
132#[cfg_attr(feature = "py-binding", struct_wrapper)]
133pub struct Value {
134 body: Arc<ValueBody>,
135}
136
137impl Serialize for Value {
138 fn serialize<S>(&self, serializer: S) -> std::result::Result<S::Ok, S::Error>

Callers 2

populate_valueFunction · 0.85
visit_mapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected