Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphiteEditor/Graphite
/ as_ref
Method
as_ref
node-graph/libraries/resources/src/lib.rs:56–58 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
54
55
impl AsRef<[u8]> for Resource {
56
fn as_ref(&self) -> &[u8] {
57
(*self.inner).as_ref()
58
}
59
}
60
61
impl std::fmt::Debug for Resource {
Callers
15
derive_cache_hash
Function · 0.45
hash_fields
Function · 0.45
get
Method · 0.45
surface
Method · 0.45
present
Method · 0.45
new
Method · 0.45
new
Method · 0.45
deref
Method · 0.45
can_reduce_to_clip_path
Method · 0.45
is_opaque
Method · 0.45
is_fully_transparent
Method · 0.45
from
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected