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

Method auto_tx

src/executors/mod.rs:26–28  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

24 _delay_executor: DelayExecutor,
25 _delay_move_executor: DelayExecutor,
26 _loop_move_executor: DelayExecutor,
27}
28
29pub(crate) fn load_data(executor: &mut Executor) -> Result<ExecutorCluster, EngineError> {
30 let (mut text_executor, text_tx) = TextExecutor::new(executor.get_weak());
31 executor.set_text_tx(text_tx);

Callers 1

uiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected