Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ciphermodelabs/ciphercore
/ get_name
Method
get_name
ciphercore-base/src/ops/adder.rs:85–87 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
83
}
84
85
fn get_name(&self) -> String {
86
format!(
"BinaryAdd(overflow_bit={})"
, self.overflow_bit)
87
}
88
}
89
90
// Same as BinaryAdd, but expect that the first dimension is bits.
Callers
1
instantiate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected