Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphiteEditor/Graphite
/ deref
Method
deref
node-graph/libraries/resources/src/lib.rs:50–52 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
48
type Target = [u8];
49
50
fn deref(&self) -> &[u8] {
51
(*self.inner).as_ref()
52
}
53
}
54
55
impl AsRef<[u8]> for Resource {
Callers
1
render_to_vello
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected