Declared effect capabilities.
Each axis is either nil (not allowed at all) or a typed declaration:
http—%{allow: [host], methods: [method]}db—%{allow: [scope_string]}where scope is"table:action"time—"wall_clock"|"none"random—"none"|"crypto"|"pseudo"
Summary
Functions
Returns the list of effect axes that are actively declared.
Types
Functions
@spec declared(t()) :: [:http | :db | :time | :random]
Returns the list of effect axes that are actively declared.