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

Method get_sub_values

ciphercore-base/src/data_values.rs:278–281  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

276 /// Vector of Value or None.
277 #[cfg_attr(not(feature = "py-binding"), allow(dead_code))]
278 fn get_sub_values(&self) -> Option<Vec<Value>> {
279 self.access(|_bytes| Ok(None), |sub_values| Ok(Some(sub_values.clone())))
280 .unwrap()
281 }
282}
283
284impl Value {

Callers 1

populate_valueFunction · 0.80

Calls 2

accessMethod · 0.80
cloneMethod · 0.80

Tested by

no test coverage detected