MCPcopy Create free account
hub / github.com/drogus/crows / checkin_instance

Method checkin_instance

wasm/src/lib.rs:196–202  ·  view source on GitHub ↗
(&self, instance_handle: InstanceHandle)

Source from the content-addressed store, hash-verified

194 }
195
196 pub async fn checkin_instance(&self, instance_handle: InstanceHandle) {
197 self.inner
198 .write()
199 .await
200 .checkin_instance(instance_handle)
201 .await;
202 }
203
204 pub async fn checkout_or_create_instance(&mut self) -> anyhow::Result<InstanceHandle> {
205 // TODO: I don't have time to refactor this code, but I don't really like trying in a loop

Callers 1

dropMethod · 0.80

Calls 2

writeMethod · 0.80
sendMethod · 0.80

Tested by

no test coverage detected