Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProtonDriveApps/sdk
/ cleanup
Function
cleanup
cli/src/cli/readPasswordLine.ts:25–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
let
settled = false;
24
25
const
cleanup = () => {
26
stdin.setRawMode(wasRaw);
27
stdin.removeListener(
'data'
, onData);
28
stdin.removeListener(
'end'
, onEnd);
29
};
30
31
const
finish = (value: string) => {
32
if
(settled) {
Callers
2
finish
Function · 0.85
onData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected