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

Function guestUser

e2e/src/vm/ec2.ts:49–50  ·  view source on GitHub ↗
(os: VmOs)

Source from the content-addressed store, hash-verified

47];
48
49const guestUser = (os: VmOs): string =>
50 os === "windows" ? "Administrator" : (process.env.E2E_EC2_LINUX_USER ?? "ubuntu");
51
52/**
53 * Reboot an EC2 guest by address, statelessly (no live handle) — the mirror of

Callers 2

ec2RebootGuestFunction · 0.85
ec2VmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected