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

Method to_versioned_data

ciphercore-base/src/graphs.rs:4448–4453  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

4446 }
4447
4448 fn to_versioned_data(&self) -> Result<VersionedData> {
4449 VersionedData::create_versioned_data(
4450 DATA_VERSION,
4451 serde_json::to_string(&self.make_serializable())?,
4452 )
4453 }
4454 fn prepare_input_values<T: Clone>(
4455 &self,
4456 graph: Graph,

Callers 1

serializeMethod · 0.45

Calls 1

make_serializableMethod · 0.80

Tested by

no test coverage detected