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

Function mock_apply_core

tests/test_dashboard.py:2720–2723  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

2718 return zip_path
2719
2720 def mock_apply_core(*args, **kwargs):
2721 del args, kwargs
2722 calls.append("apply-core")
2723 os.makedirs(release_path, exist_ok=True)
2724
2725 async def mock_download_dashboard(*args, **kwargs):
2726 calls.append("download-dashboard")

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected