Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AI45Lab/Code
/ now_ms
Method
now_ms
core/src/host_env.rs:79–81 ·
view source on GitHub ↗
Shortcut for `self.clock.now_ms()`.
(&self)
Source
from the content-addressed store, hash-verified
77
78
/// Shortcut for `self.clock.now_ms()`.
79
pub fn now_ms(&self) -> u64 {
80
self.clock.now_ms()
81
}
82
}
83
84
impl Default for HostEnv {
Callers
2
system_host_env_produces_nonempty_ids_and_increasing_time
Function · 0.80
persist_loop_checkpoint
Method · 0.80
Calls
2
now
Function · 0.85
load
Method · 0.45
Tested by
1
system_host_env_produces_nonempty_ids_and_increasing_time
Function · 0.64