You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(guard): remove unused org-ownership functions from backend.rs
Remove get_cached_owner_is_org and is_repo_org_owned which are never
called outside of tests. These were added for future use but currently
trigger -D warnings (dead_code) failures in CI release builds.
The cache setter (set_cached_owner_is_org) is retained as it's called
during is_repo_private lookups to populate the cache.
Co-authored-by: Copilot <[email protected]>
0 commit comments