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

Method ids

crates/wasm/src/vm_class.rs:145–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 }
144
145 pub fn ids() -> Vec<JsValue> {
146 STORED_VMS.with_borrow(|vms| vms.keys().map(|k| k.into()).collect())
147 }
148}
149
150#[wasm_bindgen(js_name = VirtualMachine)]

Callers

nothing calls this directly

Calls 3

collectMethod · 0.80
mapMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected