getDeclaredFunctions method

Iterable<String> getDeclaredFunctions()

Exposing declared functions.

Returns all declared functions.

Implementation

Iterable<String> getDeclaredFunctions() {
  return functions.keys;
}