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

Function n

tests/rust/src/helpers.rs:34–36  ·  view source on GitHub ↗
(val: i64)

Source from the content-addressed store, hash-verified

32}
33
34pub fn n(val: i64) -> AttributeValue {
35 AttributeValue::N(val.to_string())
36}
37
38pub fn b(val: &str) -> AttributeValue {
39 AttributeValue::B(aws_smithy_types::Blob::new(val.as_bytes()))

Calls

no outgoing calls

Tested by 1

create_itemFunction · 0.68