awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mystenlabs/suiMystenLabs 的头像

    MystenLabs/sui

    7,612在 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
    在 GitHub 上查看↗7,612
  • premake/premake-corepremake 的头像

    premake/premake-core

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

探索子标签

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