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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mystenlabs/suiAvatar de MystenLabs

    MystenLabs/sui

    7,612Ver en 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
    Ver en GitHub↗7,612
  • premake/premake-coreAvatar de premake

    premake/premake-core

    3,566Ver en 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
    Ver en GitHub↗3,566
  1. Home
  2. Security & Cryptography
  3. Application and System Security
  4. Function Visibility Controls

Explorar subetiquetas

  • 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.