Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
export
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
handleAuthCommand
Function · 0.90
Calls
1
updateSettings
Function · 0.85
Tested by
no test coverage detected