Teac.Scopes.Clips (teac v0.2.0)

View Source

Clip management scopes

Summary

Functions

Returns the entire map of scope atoms to scope strings.

Returns a list of all valid scope atoms.

Returns a list of all valid scope strings.

Manage Clips for a channel.

Retrieves the scope string corresponding to the given atom key.

Functions

all()

Returns the entire map of scope atoms to scope strings.

all_keys()

Returns a list of all valid scope atoms.

all_values()

Returns a list of all valid scope strings.

edit()

Manage Clips for a channel.

API:

get(key)

Retrieves the scope string corresponding to the given atom key.

Examples

iex> YourModule.get(:example_key)
"example:scope"