Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/archinstall
/ hidden
Method
hidden
archinstall/lib/models/users.py:147–151 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
145
return
self.enc_password == other.enc_password
146
147
def
hidden(self) -> str:
148
if
self._plaintext:
149
return
'*'
* len(self._plaintext)
150
else
:
151
return
'*'
* 8
152
153
154
@dataclass
Callers
7
get_password
Function · 0.95
_prev_authentication
Method · 0.80
_add_user
Method · 0.80
_prev_root_pwd
Method · 0.80
_prev_disk_encryption
Method · 0.80
_prev_password
Method · 0.80
table_data
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected