MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / from

Method from

tests/common/features/json_vec.rs:24–26  ·  view source on GitHub ↗
(source: StringVec)

Source from the content-addressed store, hash-verified

22
23impl From<StringVec> for Value {
24 fn from(source: StringVec) -> Self {
25 sea_orm::Value::Json(serde_json::to_value(source).ok().map(std::boxed::Box::new))
26 }
27}
28
29impl sea_query::ValueType for StringVec {

Callers 8

find_baker_least_salesFunction · 0.45
create_bakery_tableFunction · 0.45
create_baker_tableFunction · 0.45
create_order_tableFunction · 0.45
create_lineitem_tableFunction · 0.45
create_cake_tableFunction · 0.45

Calls

no outgoing calls

Tested by 2

find_baker_least_salesFunction · 0.36