MCPcopy Create free account
hub / github.com/comnik/declarative-dataflow / shutdown_query

Method shutdown_query

src/server/mod.rs:339–342  ·  view source on GitHub ↗

Drops all shutdown handles associated with the specified query, resulting in its dataflow getting cleaned up.

(&mut self, name: &str)

Source from the content-addressed store, hash-verified

337 /// Drops all shutdown handles associated with the specified
338 /// query, resulting in its dataflow getting cleaned up.
339 fn shutdown_query(&mut self, name: &str) {
340 info!("Shutting down {}", name);
341 self.shutdown_handles.remove(name);
342 }
343
344 /// Handle a Transact request.
345 pub fn transact(

Callers 1

uninterestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected