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

Function builder_cancel

src/google/adk/cli/fast_api.py:351–352  ·  view source on GitHub ↗
(app_name: str)

Source from the content-addressed store, hash-verified

349
350 @app.post("/builder/app/{app_name}/cancel", response_model_exclude_none=True)
351 async def builder_cancel(app_name: str) -> bool:
352 return cleanup_tmp(app_name)
353
354 @app.get(
355 "/builder/app/{app_name}",

Callers

nothing calls this directly

Calls 1

cleanup_tmpFunction · 0.85

Tested by

no test coverage detected