Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ ext_source
Method
ext_source
crates/core/src/error/context.rs:263–265 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
261
}
262
263
fn ext_source(&self) -> Option<&Error> {
264
self.error.as_ref()
265
}
266
267
fn ext_source_mut(&mut self) -> Option<&mut Error> {
268
self.error.as_mut()
Callers
1
source
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected