Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ null
Method
null
tests/common/features/json_vec.rs:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
52
impl sea_orm::sea_query::Nullable for StringVec {
53
fn null() -> sea_orm::Value {
54
sea_orm::Value::Json(None)
55
}
56
}
Callers
1
def
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected