MCPcopy Create free account
hub / github.com/Azure/dev-box-images / execute_async

Function execute_async

builder/packer.py:182–185  ·  view source on GitHub ↗

Executes the packer init and build commands on an image

(image)

Source from the content-addressed store, hash-verified

180
181
182async def execute_async(image):
183 '''Executes the packer init and build commands on an image'''
184 i = await init_async(image)
185 return await build_async(image) if i == 0 else i

Callers

nothing calls this directly

Calls 2

init_asyncFunction · 0.85
build_asyncFunction · 0.85

Tested by

no test coverage detected