MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / InstColor

Class InstColor

cranelift/codegen/src/machinst/lower.rs:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46/// affecting program behavior.
47#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
48struct InstColor(u32);
49impl InstColor {
50 fn new(n: u32) -> InstColor {
51 InstColor(n)

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected