MCPcopy Index your code
hub / github.com/nonebot/nonebot2 / _startup1

Function _startup1

tests/test_driver.py:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44 @driver.on_startup
45 async def _startup1():
46 assert start_log == []
47 start_log.append(1)
48
49 @driver.on_startup
50 async def _startup2():

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected