awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesFunction Visibility Controls

Mechanisms to define whether functions are entry points or internal to a module.

Distinct from Function Access Controls: Focuses on the visibility and composition scope of functions rather than granular invocation permissions.

Explore 2 awesome GitHub repositories matching security & cryptography · Function Visibility Controls. Refine with filters or upvote what's useful.

Awesome Function Visibility Controls GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • mystenlabs/suiAvatar de MystenLabs

    MystenLabs/sui

    7,612Voir sur GitHub↗

    Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo

    Controls whether a function can be called as a top-level entry point or composed by other modules.

    Rustblockchaindistributed-ledger-technologymove
    Voir sur GitHub↗7,612
  • premake/premake-coreAvatar de premake

    premake/premake-core

    3,566Voir sur GitHub↗

    Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine that transforms scripted workspace definitions into native project files for multiple build toolsets and compilers. Additionally, it can generate JSON-formatted compilation databases for use with language servers and static analysis tools. The project distinguishes itself through a programmable runtime that allows for internal function hooking and the interception of build logic. This extensibility enables users to create custom toolset generators, implement modular extensions f

    Allows setting whether project modules are treated as public to manage dependency handling correctly.

    Cchacktoberfestlua
    Voir sur GitHub↗3,566
  1. Home
  2. Security & Cryptography
  3. Application and System Security
  4. Function Visibility Controls

Explorer les sous-tags

  • Project Module Visibility ControlsSettings that define whether a project module is public or internal to ensure correct dependency propagation. **Distinct from Function Visibility Controls:** Distinct from Function Visibility Controls: manages the visibility of entire project modules rather than individual functions.