Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SharpCoder/teensycore
/ when_cond
Function
when_cond
src/gate.rs:171–173 ·
view source on GitHub ↗
(gate: &mut Gate)
Source
from the content-addressed store, hash-verified
169
}
170
171
fn when_cond(gate: &mut Gate) -> bool {
172
return nanos() > gate.target_times.get(gate.current_index).unwrap();
173
}
Callers
nothing calls this directly
Calls
2
nanos
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected