MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / is_closed

Method is_closed

src/adapter/src/webhook.rs:257–259  ·  view source on GitHub ↗

Checks if the [`WebhookAppender`] has closed.

(&self)

Source from the content-addressed store, hash-verified

255impl WebhookAppender {
256 /// Checks if the [`WebhookAppender`] has closed.
257 pub fn is_closed(&self) -> bool {
258 self.guard.is_closed()
259 }
260
261 /// Appends updates to the linked webhook source.
262 pub async fn append(&self, updates: Vec<(Row, Diff)>) -> Result<(), AppendWebhookError> {

Callers 6

raw_streamFunction · 0.80
spawn_schema_validatorFunction · 0.80
appendMethod · 0.80
maybe_completeMethod · 0.80
runMethod · 0.80
append_webhookFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected