@blockchaincommons/envelope - v1.0.0-beta.4
    Preparing search index...

    Class FunctionsStore

    A store that maps functions to their assigned names.

    FunctionsStore maintains a registry of functions and their human-readable names, which is useful for displaying and debugging expression functions.

    Index
    • The name the store assigned to func, if it is registered: the registered function's own name (its assigned name, or its number when it has none), as the reference's assigned_name returns the name it filed at insertion.

      Parameters

      Returns string | undefined