MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / current_unix_timestamp

Function current_unix_timestamp

src/main.rs:27–29  ·  view source on GitHub ↗

Alias for the shared timestamp utility.

()

Source from the content-addressed store, hash-verified

25
26/// Alias for the shared timestamp utility.
27pub(crate) fn current_unix_timestamp() -> i64 {
28 tracedecay::tracedecay::current_timestamp()
29}
30
31/// A self-animating spinner that ticks on a background thread.
32/// Call `set_message` to update what is displayed; the background thread

Callers 4

try_flushFunction · 0.85
check_for_updateFunction · 0.85
handle_status_commandFunction · 0.85

Calls 1

current_timestampFunction · 0.85

Tested by

no test coverage detected