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

Method as_ref

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

Source from the content-addressed store, hash-verified

63
64 impl AsRef<JsValue> for PyJsValue {
65 fn as_ref(&self) -> &JsValue {
66 &self.value
67 }
68 }
69
70 enum JsProperty {

Callers 8

constructMethod · 0.45
newMethod · 0.45
valueMethod · 0.45
get_vm_idFunction · 0.45
py_err_to_js_errFunction · 0.45
py_to_jsFunction · 0.45
fetchFunction · 0.45
request_animation_frameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected