pub async fn with_cached_approval<K, F, Fut>(
store: &ApprovalStore,
key: K,
fetch: F,
) -> ReviewDecisionExpand description
Helper function to cache approval decisions (from Codex)
pub async fn with_cached_approval<K, F, Fut>(
store: &ApprovalStore,
key: K,
fetch: F,
) -> ReviewDecisionHelper function to cache approval decisions (from Codex)