MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / finsh_get_password

Function finsh_get_password

components/finsh/shell.c:325–328  ·  view source on GitHub ↗

* get the finsh password * * @return password */

Source from the content-addressed store, hash-verified

323 * @return password
324 */
325const char *finsh_get_password(void)
326{
327 return shell->password;
328}
329
330static void finsh_wait_auth(void)
331{

Callers 2

finsh_wait_authFunction · 0.85
finsh_thread_entryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected