MCPcopy 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
171fn 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

nanosFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected