Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytesize-rs/bytesize
/ add
Method
add
src/parse.rs:147–149 ·
view source on GitHub ↗
(self, other: u64)
Source
from the content-addressed store, hash-verified
145
type Output = u64;
146
147
fn add(self, other: u64) -> Self::Output {
148
self.factor() + other
149
}
150
}
151
152
impl ops::Add<Unit> for u64 {
Callers
nothing calls this directly
Calls
1
factor
Method · 0.80
Tested by
no test coverage detected