MCPcopy Index your code
hub / github.com/google/adk-python / builder_cancel

Method builder_cancel

src/google/adk/cli/dev_server.py:409–410  ·  view source on GitHub ↗
(app_name: str)

Source from the content-addressed store, hash-verified

407 "/dev/apps/{app_name}/builder/cancel", response_model_exclude_none=True
408 )
409 async def builder_cancel(app_name: str) -> bool:
410 return cleanup_tmp(app_name)
411
412 @app.get(
413 "/dev/apps/{app_name}/builder",

Callers

nothing calls this directly

Calls 1

cleanup_tmpFunction · 0.85

Tested by

no test coverage detected