Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
pub fn n(val: i64) -> AttributeValue {
35
AttributeValue::N(val.to_string())
36
}
37
38
pub fn b(val: &str) -> AttributeValue {
39
AttributeValue::B(aws_smithy_types::Blob::new(val.as_bytes()))
Callers
15
set_arithmetic_decrement
Function · 0.85
set_nested_attribute
Function · 0.85
add_creates_new_number_attribute
Function · 0.85
put_item_with_nested_non_empty_map
Function · 0.85
put_to_replace_existing_item
Function · 0.85
per_partition_write_throttling
Function · 0.85
put_item_with_different_number_values
Function · 0.85
put_zero_to_new_attribute
Function · 0.85
put_item_with_attribute_type_change
Function · 0.85
complex_multi_attribute_put
Function · 0.85
delete_item_with_numeric_comparison
Function · 0.85
delete_item_with_between_comparison
Function · 0.85
Calls
no outgoing calls
Tested by
1
create_item
Function · 0.68