Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ from
Method
from
cranelift/codegen/src/ir/entities.rs:430–432 ·
view source on GitHub ↗
(r: Block)
Source
from the content-addressed store, hash-verified
428
429
impl From<Block> for AnyEntity {
430
fn from(r: Block) -> Self {
431
Self::Block(r)
432
}
433
}
434
435
impl From<Inst> for AnyEntity {
Callers
nothing calls this directly
Calls
13
DynamicStackSlot
Class · 0.85
DynamicType
Class · 0.85
GlobalValue
Class · 0.85
JumpTable
Class · 0.85
FuncRef
Class · 0.85
SigRef
Class · 0.85
AliasRegion
Class · 0.85
Block
Class · 0.70
Inst
Class · 0.70
Value
Class · 0.70
StackSlot
Class · 0.70
Constant
Class · 0.70
Tested by
no test coverage detected