checkExistNodes function

Future checkExistNodes()

Implementation

Future checkExistNodes() async {

  await generateThreats();
  await generateCoreValues();

  await getExistScoreNodes(Types.users, Types.geigerScoreUser);
  await getExistScoreNodes(Types.devices, Types.geigerScoreDevice);

  await getExistScoreNodes(Types.users, Types.recommendations);
  await getExistScoreNodes(Types.devices, Types.recommendations);

  await getExistScoreNodes(Types.users, Types.geigerScoreAggregate);
  await getExistScoreNodes(Types.enterprise,Types.geigerScoreMSE);
}