pub fn store_glasses_frame(
store: &mut BoundedContentStore,
capability: GlassesCapability,
ref_id: Symbol,
value: Expr,
receipt: &ConsentReceipt,
inserted_tick: u64,
size_bytes: usize,
) -> Result<(StoreKey, Vec<StoreEvicted>)>Expand description
Stores one by-reference glasses frame in a bounded content store.