MCPcopy Create free account
hub / github.com/AppFlowy-IO/AppFlowy-Collab / timestamp

Function timestamp

collab/src/database/database.rs:1728–1730  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1726}
1727
1728pub fn timestamp() -> i64 {
1729 chrono::Utc::now().timestamp()
1730}
1731
1732/// DatabaseData contains all the data of a database.
1733/// It's used when duplicating a database, or during import and export.

Callers 15

newMethod · 0.70
from_database_dataMethod · 0.70
duplicate_rowMethod · 0.70
newMethod · 0.50
new_with_attachmentsMethod · 0.50
new_replyMethod · 0.50
set_comment_resolvedMethod · 0.50
add_comment_reactionMethod · 0.50

Calls 1

timestampMethod · 0.80

Tested by

no test coverage detected