run method

Future<int> run()

Implementation

Future<int> run() async {
  if (fsCopyDebug) {
    print('$this');
  }
  return await _executeOperations(await _runTree());
}