MCPcopy Index your code
hub / github.com/RustPython/RustPython / destroyed

Method destroyed

crates/wasm/src/js_module.rs:350–352  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

348 }
349 #[pygetset]
350 fn destroyed(&self) -> bool {
351 self.destroyed.get()
352 }
353 #[pygetset]
354 fn detached(&self) -> bool {
355 self.detached.get()

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected