Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppFlowy-IO/AppFlowy-Collab
/ gen_database_id
Function
gen_database_id
collab/src/database/database.rs:1683–1685 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1681
}
1682
1683
pub fn gen_database_id() -> DatabaseId {
1684
uuid::Uuid::new_v4()
1685
}
1686
1687
pub fn gen_database_view_id() -> DatabaseViewId {
1688
uuid::Uuid::new_v4()
Callers
4
from_database_data
Method · 0.85
try_from_reader
Method · 0.85
make_default_grid
Function · 0.85
create_template_test
Function · 0.85
Calls
no outgoing calls
Tested by
2
make_default_grid
Function · 0.68
create_template_test
Function · 0.68