| 34 | #include <time.h> |
| 35 | |
| 36 | static inline bool is_valid_gate(gate_idx_t gate) { |
| 37 | return (gate < MAX_GATES || gate == DROP_GATE); |
| 38 | } |
| 39 | |
| 40 | const Commands RandomSplit::cmds = { |
| 41 | {"set_droprate", "RandomSplitCommandSetDroprateArg", |
no outgoing calls
no test coverage detected