Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dedsec1121fk/DedSec
/ get_user
Function
get_user
Scripts/Settings.py:835–837 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
833
if
attr:
834
stdscr.addstr(y, x, safe_text, attr)
835
else
:
836
stdscr.addstr(y, x, safe_text)
837
except
Exception:
838
pass
839
840
Callers
2
show_about
Function · 0.70
ensure_dedsec_os_files
Function · 0.70
Calls
1
run_command_silent
Function · 0.70
Tested by
no test coverage detected