MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / initialize_network_intelligence

Method initialize_network_intelligence

shared.py:313–321  ·  view source on GitHub ↗

Initialize the network intelligence system

(self)

Source from the content-addressed store, hash-verified

311 network counts without blocking the main startup path.
312 """
313 try:
314 self.load_fonts()
315 self.load_images()
316 self.initialize_network_intelligence()
317 self.initialize_ai_service()
318 self.scanned_networks_count = self._calculate_scanned_networks_count()
319 logger.info("Deferred initialization completed")
320 except Exception as e:
321 logger.error(f"Deferred initialization error: {e}")
322 finally:
323 self._deferred_init_done.set()
324

Callers 1

_deferred_initMethod · 0.95

Calls 3

NetworkIntelligenceClass · 0.90
infoMethod · 0.80
errorMethod · 0.80

Tested by

no test coverage detected