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

Method variables

src/lib.rs:516–518  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

514 G::Timestamp: Lattice + ExchangeData,
515{
516 fn variables(&self) -> Vec<Var> {
517 self.variables.clone()
518 }
519
520 fn binds(&self, variable: Var) -> Option<usize> {
521 self.variables.binds(variable)

Callers 4

projectedMethod · 0.45
tuples_by_variablesMethod · 0.45
tuplesMethod · 0.45
implement_neuFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected