clearFunctionTable method

void clearFunctionTable()

Clears the cached function table.

Implementation

void clearFunctionTable() {
  _functionTable.clear();
}