MCPcopy 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

134impl Deref for Source {
135 type Target = str;
136 fn deref(&self) -> &str {
137 &self.s
138 }
139}
140
141impl From<Source> for String {

Callers 5

type_variantMethod · 0.45
write_world_fragmentsMethod · 0.45
finishMethod · 0.45
emitMethod · 0.45
emitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected