Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ current_time_ms
Function
current_time_ms
crates/openshell-server/src/persistence/mod.rs:512–514 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
510
}
511
512
pub fn current_time_ms() -> i64 {
513
openshell_core::time::now_ms()
514
}
515
516
fn map_db_error(error: &sqlx::Error) -> PersistenceError {
517
if let sqlx::Error::Database(db) = error
Callers
15
put
Method · 0.70
put_if
Method · 0.70
put_scoped
Method · 0.70
put_policy_revision
Method · 0.70
update_policy_status
Method · 0.70
supersede_older_policies
Method · 0.70
update_draft_chunk_status
Method · 0.70
update_draft_chunk_rule
Method · 0.70
put
Method · 0.70
put_if
Method · 0.70
put_scoped
Method · 0.70
put_policy_revision
Method · 0.70
Calls
1
now_ms
Function · 0.85
Tested by
no test coverage detected