MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / now_secs

Function now_secs

packages/server/src/main.rs:5273–5278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5271}
5272
5273fn now_secs() -> u64 {
5274 std::time::SystemTime::now()
5275 .duration_since(std::time::UNIX_EPOCH)
5276 .unwrap_or(Duration::ZERO)
5277 .as_secs()
5278}
5279
5280#[derive(Clone, Debug, Default, PartialEq)]
5281struct ElementSelector {

Callers 6

start_project_serviceFunction · 0.85
mainFunction · 0.85
serveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected