Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ deref
Method
deref
crates/core/src/source.rs:136–138 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
134
impl Deref for Source {
135
type Target = str;
136
fn deref(&self) -> &str {
137
&self.s
138
}
139
}
140
141
impl From<Source> for String {
Callers
5
type_variant
Method · 0.45
write_world_fragments
Method · 0.45
finish
Method · 0.45
emit
Method · 0.45
emit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected