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

Method binds

src/lib.rs:520–522  ·  view source on GitHub ↗
(&self, variable: Var)

Source from the content-addressed store, hash-verified

518 }
519
520 fn binds(&self, variable: Var) -> Option<usize> {
521 self.variables.binds(variable)
522 }
523
524 fn ready_to_extend(&self, _prefix: &AsBinding) -> Option<Var> {
525 unimplemented!();

Callers 2

projectedMethod · 0.45
tuples_by_variablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected