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

Function family

tests/binary/modules/src/main.rs:100–110  ·  view source on GitHub ↗
(order: u32)

Source from the content-addressed store, hash-verified

98 }
99
100 pub fn family(order: u32) -> &'static str {
101 if order == 1 {
102 "single"
103 } else if order == 2 {
104 "double"
105 } else if order == 3 {
106 "triple"
107 } else {
108 "unknown"
109 }
110 }
111 }
112}
113

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected