Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ RegMap
Class
RegMap
pulley/src/interp.rs:822–822 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
820
} = self;
821
822
struct RegMap<
'a, R>(&'
a [R], fn(u8) -> alloc::string::String);
823
824
impl<R: fmt::Debug> fmt::Debug for RegMap<'_, R> {
825
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Callers
1
fmt
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected