MCPcopy Index your code
hub / github.com/endbasic/endbasic / clear_error_handler

Method clear_error_handler

core/src/vm/mod.rs:276–278  ·  view source on GitHub ↗

Clears the current error handler without affecting execution state or captured errors.

(&mut self)

Source from the content-addressed store, hash-verified

274
275 /// Clears the current error handler without affecting execution state or captured errors.
276 pub fn clear_error_handler(&mut self) {
277 self.context.clear_error_handler();
278 }
279
280 /// Synchronizes cached upcall handlers with the externally-owned `image`.
281 fn sync_upcalls(&mut self, image: &Image) {

Callers 1

execMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected