MCPcopy
hub / github.com/trailofbits/algo / start_server

Function start_server

library/scaleway_compute.py:290–291  ·  view source on GitHub ↗
(compute_api, server)

Source from the content-addressed store, hash-verified

288
289
290def start_server(compute_api, server):
291 return perform_action(compute_api=compute_api, server=server, action="poweron")
292
293
294def perform_action(compute_api, server, action):

Callers 1

running_strategyFunction · 0.85

Calls 1

perform_actionFunction · 0.85

Tested by

no test coverage detected