MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / load_initial

Method load_initial

scripts/dashboard.py:445–453  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

443 pass
444
445 def load_initial(self) -> None:
446 if not self.path.exists():
447 self.missing = True
448 return
449 self.missing = False
450 self._reset_parser()
451 with self.lock:
452 self._read_full()
453 self._loaded = True
454
455 def start(self) -> None:
456 if self._thread and self._thread.is_alive():

Callers 2

_get_or_createMethod · 0.95
get_stateFunction · 0.80

Calls 2

_reset_parserMethod · 0.95
_read_fullMethod · 0.95

Tested by

no test coverage detected