MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / close

Method close

crates/openshell-server/src/persistence/mod.rs:214–216  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

212 /// Do not call from runtime code today; this tears down the active pool.
213 #[cfg(any(test, feature = "test-support"))]
214 pub async fn close(&self) {
215 store_dispatch!(self.close());
216 }
217
218 /// Insert or update a generic object with compare-and-swap support.
219 ///

Calls

no outgoing calls

Tested by 3

copy_reader_to_wsFunction · 0.36
proxy_tcp_to_wsFunction · 0.36