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

Method accept

src/timely-util/src/builder_async.rs:380–382  ·  view source on GitHub ↗
(&self, input_cap: InputCapability<T>)

Source from the content-addressed store, hash-verified

378 }
379
380 fn accept(&self, input_cap: InputCapability<T>) -> Self::Capability {
381 input_cap.time().clone()
382 }
383}
384
385/// A marker type representing an input connected to exactly one output.

Callers 1

accept_inputMethod · 0.45

Calls 2

cloneMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected