MCPcopy
hub / github.com/StructuredLabs/preswald / log_status

Function log_status

preswald/deploy.py:543–548  ·  view source on GitHub ↗
(status, message)

Source from the content-addressed store, hash-verified

541
542def cleanup_gcp_deployment(script_dir: str): # noqa: C901
543 def log_status(status, message):
544 return {
545 "status": status,
546 "message": message,
547 "timestamp": datetime.utcnow().isoformat(),
548 }
549
550 try:
551 yield log_status("info", "Gathering deployment information...")

Callers 1

cleanup_gcp_deploymentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected