MCPcopy Create free account

hub / github.com/KodrAus/rust-web-app / functions

Functions230 in github.com/KodrAus/rust-web-app

Methodserialize
(&self, serializer: S)
src/domain/infra/version.rs:103
Functionserialize_msg
(msg: &&dyn fmt::Display, s: S)
src/api/infra/error.rs:97
Functionset_get
()
tests/orders.rs:13
Functionset_get
()
tests/customers.rs:13
Functionset_get
()
tests/products.rs:13
Functionset_order_item_twice_fails_concurrency_check
()
src/domain/orders/model/store.rs:256
Functionset_title
(id: ProductId, title: String, app: AppRequest<'_>)
src/api/products.rs:80
Methodstart
()
src/api/infra/span.rs:61
Functiontest_in_memory_store
()
src/domain/customers/model/store.rs:58
Functiontest_in_memory_store
()
src/domain/products/model/store.rs:92
Functiontest_in_memory_store
()
src/domain/orders/model/store.rs:192
Functiontitle_must_be_non_empty
()
src/domain/products/model/mod.rs:134
Methodto_data
(&self)
src/domain/customers/model/mod.rs:35
Methodto_data
(&self)
src/domain/products/model/mod.rs:89
Methodtransaction
(&self, f: F)
src/domain/infra/transaction/resolver.rs:40
Functiontransaction_value_store_cancel_get
()
src/store/value.rs:390
Functiontransaction_value_store_empty_get
()
src/store/value.rs:316
Functiontransaction_value_store_get_during_transaction
()
src/store/value.rs:369
Functiontransaction_value_store_multi_set_get
()
src/store/value.rs:475
Functiontransaction_value_store_set_cancel_get
()
src/store/value.rs:412
Functiontransaction_value_store_set_get
()
src/store/value.rs:324
Functiontransaction_value_store_set_get_empty_transaction
()
src/store/value.rs:523
Functiontransaction_value_store_set_ignores_old_version_initially
()
src/store/value.rs:349
Methodtransactions
Get a reference to the underlying transaction store. The transaction store can be used to begin the transactions needed to make changes. */
src/store/value.rs:107
Methodtry_from
(id: &'a str)
src/domain/infra/id.rs:110
Methodtry_from
(title: String)
src/domain/products/model/mod.rs:33
Methodtry_from
(quantity: u32)
src/domain/orders/model/mod.rs:47
Functionunsync_command_query
()
src/domain/infra/func.rs:86
Functionupdate_quantity_if_in_order
()
src/domain/orders/commands/add_or_update_product.rs:129
Methodusd
(cents: u64)
src/domain/infra/currency.rs:14
← previous201–230 of 230, ranked by callers