Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
48
struct InstColor(u32);
49
impl InstColor {
50
fn new(n: u32) -> InstColor {
51
InstColor(n)
Callers
1
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected