awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesRuntime Interop Analysis

Static analysis handling for symbols exposed to external runtimes to prevent false positives in dead code detection.

Distinct from Static Analysis Handling: Candidates focus on call hardening or specific language interops, not static analysis preservation for runtime symbols.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Runtime Interop Analysis. Refine with filters or upvote what's useful.

Awesome Runtime Interop Analysis GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • peripheryapp/peripheryperipheryapp का अवतार

    peripheryapp/periphery

    6,145GitHub पर देखें↗

    Periphery is a static analysis tool and dead code detector for Swift projects. It identifies unreferenced classes, structs, functions, and properties, and serves as an API surface optimizer to find public declarations that can be restricted to internal access. The tool includes specialized scanning for Interface Builder files, such as storyboards and XIBs, to ensure UI-connected members are not incorrectly flagged as unused. It also provides automated code removal to eliminate identified dead code and unused parameters directly from source files. Its analysis capabilities cover the detection

    Preserves symbols exposed to the Objective-C runtime to prevent false positives in mixed-language projects.

    Swift
    GitHub पर देखें↗6,145
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Interop Analysis