View Source Komodo.Helpers (komodo v0.1.1)

Summary

Functions

Converts a string path spec to an array for use in the komodo javascript library

Functions

Link to this function

arguments_path(path_string)

View Source

Converts a string path spec to an array for use in the komodo javascript library

Example: iex> Komodo.Helpers.arguments_path("&1.inner[2].name") "0.inner.2.name"

Link to this function

normalise_callback_spec(event_name)

View Source