Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ray-D-Song/lexe
/ into_js
Method
into_js
modules/llrt_buffer/src/array_buffer_view.rs:26–28 ·
view source on GitHub ↗
(self, _ctx: &Ctx<'js>)
Source
from the content-addressed store, hash-verified
24
25
impl<
'js> IntoJs<'
js> for ArrayBufferView<'js> {
26
fn into_js(self, _ctx: &Ctx<
'js>) -> Result<Value<'
js>> {
27
Ok(self.value)
28
}
29
}
30
31
impl<
'js> FromJs<'
js> for ArrayBufferView<'js> {
Callers
1
from_buffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected