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

Function b

tests/rust/src/helpers.rs:38–40  ·  view source on GitHub ↗
(val: &str)

Source from the content-addressed store, hash-verified

36}
37
38pub fn b(val: &str) -> AttributeValue {
39 AttributeValue::B(aws_smithy_types::Blob::new(val.as_bytes()))
40}
41
42pub fn ss(vals: &[&str]) -> AttributeValue {
43 AttributeValue::Ss(vals.iter().map(|v| (*v).into()).collect())

Callers 5

create_itemFunction · 0.85
all_types_in_one_itemFunction · 0.85
blob_hash_keyFunction · 0.85

Calls

no outgoing calls

Tested by 1

create_itemFunction · 0.68