Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-gpu
/ decode
Method
decode
crates/rustc_codegen_spirv/src/custom_decorations.rs:106–108 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
104
105
impl<
'a, D: CustomDecoration<'
a>> LazilyDecoded<'a, D> {
106
pub fn decode(&self) -> D {
107
D::decode(self.encoded)
108
}
109
}
110
111
pub struct ZombieDecoration<'a> {
Callers
2
src_loc_for_id
Method · 0.45
zombie_for_id
Method · 0.45
Calls
2
InvalidSrcLoc
Class · 0.85
parse
Method · 0.45
Tested by
no test coverage detected