MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / atom

Function atom

tests/binary/modules/src/main.rs:39–41  ·  view source on GitHub ↗
(protons: u32)

Source from the content-addressed store, hash-verified

37 }
38
39 pub fn atom(protons: u32) -> Atom {
40 Atom { protons }
41 }
42
43 pub fn shape(electron_domains: u32, molecular_domains: u32) -> &'static str {
44 if electron_domains == 2 && molecular_domains == 2 {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected