Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ mass_number
Method
mass_number
tests/binary/modules/src/main.rs:29–31 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
28
impl Isotope {
29
pub fn mass_number(self) -> u32 {
30
self.atom.protons + self.neutrons
31
}
32
}
33
34
pub enum BondKind {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected