• Decorator factory that will only allow a function to be called when Glean is in testing mode.

    Parameters

    • name: string

      The name of the function that is being called. Used for logging purposes only.

    • logTag: string = LOG_TAG

      The log tag of the current module.

    Returns boolean

    Whether or not Glean is in testing mode.

Generated using TypeDoc