MCPcopy Create free account
hub / github.com/F-Stack/f-stack / askPassword

Function askPassword

app/redis-6.2.6/src/redis-cli.c:8256–8261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8254}
8255
8256static sds askPassword(const char *msg) {
8257 linenoiseMaskModeEnable();
8258 sds auth = linenoise(msg);
8259 linenoiseMaskModeDisable();
8260 return auth;
8261}
8262
8263/*------------------------------------------------------------------------------
8264 * Program main()

Callers 1

mainFunction · 0.85

Calls 3

linenoiseMaskModeEnableFunction · 0.85
linenoiseFunction · 0.85
linenoiseMaskModeDisableFunction · 0.85

Tested by

no test coverage detected