MCPcopy Create free account
hub / github.com/LaunchPlatform/beanhub-cli / startup

Method startup

beanhub_cli/forms/main.py:39–43  ·  view source on GitHub ↗
(
        self, sockets: typing.Optional[list[socket.socket]] = None
    )

Source from the content-addressed store, hash-verified

37 self.startup_callback = startup_callback
38
39 async def startup(
40 self, sockets: typing.Optional[list[socket.socket]] = None
41 ) -> None:
42 await super().startup()
43 self.startup_callback()
44
45
46def _validate_form(env: Environment) -> FormDoc:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected