Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProtonDriveApps/sdk
/ onEnd
Function
onEnd
cli/src/cli/readPasswordLine.ts:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
};
40
41
const
onEnd = () => {
42
finish(password);
43
};
44
45
const
onData = (chunk: Buffer | string) => {
46
const
s = typeof chunk ===
'string'
? chunk : chunk.toString(
'utf8'
);
Callers
nothing calls this directly
Calls
1
finish
Function · 0.85
Tested by
no test coverage detected