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

Function bs

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

Source from the content-addressed store, hash-verified

48}
49
50pub fn bs(vals: &[&str]) -> AttributeValue {
51 AttributeValue::Bs(
52 vals.iter()
53 .map(|v| aws_smithy_types::Blob::new(v.as_bytes()))
54 .collect(),
55 )
56}
57
58pub fn bool_val(val: bool) -> AttributeValue {
59 AttributeValue::Bool(val)

Callers 6

binary_set_typeFunction · 0.85
all_types_in_one_itemFunction · 0.85
get_blob_set_attributesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected