Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ TransientId
Class
TransientId
native/shared/src/renderer/transient.rs:85–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
/// these as `PassInput::Transient(TransientId)`.
84
#[derive(Copy, Clone, Debug, Eq, PartialEq, Hash)]
85
pub struct TransientId(pub u32);
86
87
/// Internal record per live allocation.
88
struct Slot {
Callers
1
acquire
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected