start function

void start(
  1. List<String> args,
  2. SendPort sendPort
)

Implementation

void start(List<String> args, SendPort sendPort) {
  existIdList.clear();
  logUtil.info('-----------analysis server restarted-------------');
  ServerPluginStarter(CustomCodeAnalysisPlugin(PhysicalResourceProvider.INSTANCE)).start(sendPort);
}