MCPcopy Create free account
hub / github.com/tiann/hapi / clearMachineId

Function clearMachineId

cli/src/persistence.ts:175–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175export async function clearMachineId(): Promise<void> {
176 await updateSettings(settings => ({
177 ...settings,
178 machineId: undefined
179 }));
180}
181
182/**
183 * Read runner state from local file

Callers 1

handleAuthCommandFunction · 0.90

Calls 1

updateSettingsFunction · 0.85

Tested by

no test coverage detected