MCPcopy 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
512pub fn current_time_ms() -> i64 {
513 openshell_core::time::now_ms()
514}
515
516fn map_db_error(error: &sqlx::Error) -> PersistenceError {
517 if let sqlx::Error::Database(db) = error

Callers 15

putMethod · 0.70
put_ifMethod · 0.70
put_scopedMethod · 0.70
put_policy_revisionMethod · 0.70
update_policy_statusMethod · 0.70
putMethod · 0.70
put_ifMethod · 0.70
put_scopedMethod · 0.70
put_policy_revisionMethod · 0.70

Calls 1

now_msFunction · 0.85

Tested by

no test coverage detected