MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / provision

Method provision

e2e/src/vm/types.ts:48–48  ·  view source on GitHub ↗

Boot a fresh guest and wait until SSH answers.

()

Source from the content-addressed store, hash-verified

46 readonly os: VmOs;
47 /** Boot a fresh guest and wait until SSH answers. */
48 provision(): Promise<VmHandle>;
49}
50
51export const sleep = (ms: number): Promise<void> => new Promise((r) => setTimeout(r, ms));

Callers 4

provisionMacFunction · 0.80
setupCliTargetFunction · 0.80
provisionLinuxFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected