getAllFunctionName static method

String getAllFunctionName()

Implementation

static String getAllFunctionName() {
  return {..._buildInFunctions, ...defaultFunctions}.keys.join("|");
}