MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / ExecutorTX

Class ExecutorTX

src/executors/mod.rs:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12pub(crate) mod text_executor;
13
14pub(crate) enum Status {
15 Auto,
16 Skip,
17 Normal,
18}
19
20pub(crate) struct ExecutorCluster {
21 _text_executor: TextExecutor,
22 _auto_executor: AutoExecutor,
23 _skip_executor: SkipExecutor,
24 _delay_executor: DelayExecutor,
25 _delay_move_executor: DelayExecutor,
26 _loop_move_executor: DelayExecutor,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected