pub fn rights_render_permitted(
standpoint: &RenderStandpoint,
manifold: u64,
gov_norms: &[NQuin],
now_unix: u32,
) -> boolExpand description
Whether sensitive content for manifold may render into standpoint.
- The owner’s private view (
shared_civic == false) ⇒ always permitted. - A shared/civic view ⇒ permitted only with an Active
PERMITfor(standpoint, manifold)and no ActiveFORBID. Fails closed (no consent ⇒ refuse).