MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / edit

Method edit

crates/wasmtime/src/runtime/debug.rs:1005–1011  ·  view source on GitHub ↗
(&'a mut self, registry: &'a mut ModuleRegistry)

Source from the content-addressed store, hash-verified

1003
1004impl BreakpointState {
1005 pub(crate) fn edit<'a>(&'a mut self, registry: &'a mut ModuleRegistry) -> BreakpointEdit<'a> {
1006 BreakpointEdit {
1007 state: self,
1008 registry,
1009 dirty_modules: BTreeSet::new(),
1010 }
1011 }
1012
1013 pub(crate) fn breakpoints<'a>(
1014 &'a self,

Callers 1

edit_breakpointsMethod · 0.80

Calls 1

newFunction · 0.50

Tested by

no test coverage detected