MCPcopy
hub / github.com/AstrBotDevs/AstrBot / initialize_runtime_bootstrap

Function initialize_runtime_bootstrap

runtime_bootstrap.py:47–48  ·  view source on GitHub ↗
(log_obj: Any | None = None)

Source from the content-addressed store, hash-verified

45
46
47def initialize_runtime_bootstrap(log_obj: Any | None = None) -> bool:
48 return configure_runtime_ca_bundle(log_obj=log_obj)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected