MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / acquire

Method acquire

tests/common/mod.rs:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 pub async fn acquire() -> (Self, PathBuf) {
124 Self::build(ISOLATED_ENV_LOCK.lock().await)
125 }
126
127 /// Sync counterpart of [`IsolatedEnv::acquire`] for plain `#[test]` fns.
128 ///

Callers 3

execute_planFunction · 0.45
degraded_poll_loopFunction · 0.45
tickFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected