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

Function client

tests/rust/src/test_base.rs:129–131  ·  view source on GitHub ↗

Get or initialize the shared DynamoDB client.

()

Source from the content-addressed store, hash-verified

127
128/// Get or initialize the shared DynamoDB client.
129pub fn client() -> &'static Client {
130 CLIENT.get_or_init(build_client)
131}
132
133/// Returns `true` when tests target real DynamoDB (no `EXTENDDB_TEST_ENDPOINT`).
134pub fn is_real_dynamodb() -> bool {

Callers 15

query_gsi_basicFunction · 0.85
query_gsi_multiple_itemsFunction · 0.85
query_gsi_with_filterFunction · 0.85
query_gsi_empty_resultFunction · 0.85
query_non_existent_gsiFunction · 0.85
set_arithmetic_decrementFunction · 0.85
set_list_appendFunction · 0.85
set_list_prependFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected