Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ label
Function
label
tests/binary/modules/src/main.rs:61–63 ·
view source on GitHub ↗
(code: u32)
Source
from the content-addressed store, hash-verified
59
}
60
61
pub fn label(code: u32) -> &'static str {
62
if code == 1 {
"chemistry"
} else {
"unknown"
}
63
}
64
65
pub mod bonding {
66
use super::{Atom, BondKind};
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected