MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / apply

Method apply

ciphercore-base/src/ops/adder.rs:210–212  ·  view source on GitHub ↗
(&self, prev_carry: Node)

Source from the content-addressed store, hash-verified

208 }
209
210 fn apply(&self, prev_carry: Node) -> Result<Node> {
211 self.generate.add(self.propagate.multiply(prev_carry)?)
212 }
213}
214
215/// Takes arrays `[a1, a2, ..., a_n]` and `[b1, b2, ..., b_n]`

Callers 1

calculate_carry_bitsFunction · 0.80

Calls 2

addMethod · 0.45
multiplyMethod · 0.45

Tested by

no test coverage detected