Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
collect
Method · 0.80
map
Method · 0.45
keys
Method · 0.45
Tested by
no test coverage detected