Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ ClearPasswd
Function
ClearPasswd
cmd/common/common.go:173–178 ·
view source on GitHub ↗
(passwd []byte)
Source
from the content-addressed store, hash-verified
171
}
172
173
func
ClearPasswd(passwd []byte) {
174
size := len(passwd)
175
for
i := 0; i < size; i++ {
176
passwd[i] = 0
177
}
178
}
Callers
6
accountCreate
Function · 0.92
accountSet
Function · 0.92
accountDelete
Function · 0.92
accountImport
Function · 0.92
accountExport
Function · 0.92
GetAccount
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected