MCPcopy Create free account
hub / github.com/ExtendDB/extenddb / ss

Function ss

tests/rust/src/helpers.rs:42–44  ·  view source on GitHub ↗
(vals: &[&str])

Source from the content-addressed store, hash-verified

40}
41
42pub fn ss(vals: &[&str]) -> AttributeValue {
43 AttributeValue::Ss(vals.iter().map(|v| (*v).into()).collect())
44}
45
46pub fn ns(vals: &[i64]) -> AttributeValue {
47 AttributeValue::Ns(vals.iter().map(|v| v.to_string()).collect())

Callers 9

add_and_delete_combinedFunction · 0.85
string_set_typeFunction · 0.85
all_types_in_one_itemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected