generateRootPath static method

String generateRootPath()

Generates the root path hash for a new root node

Implementation

static String generateRootPath() {
  return '1';
}