MCPcopy
hub / github.com/ntfstool/ntfstool / getSudoPwd

Function getSudoPwd

src/common/utils/AlfwStore.js:87–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85}
86
87export function getSudoPwd() {
88 try {
89 return store.get("sudoPwd");
90 } catch (e) {
91 noticeTheSystemError("getSudoPwdError");
92 return false;
93 }
94}
95
96export function setStoreForDiskList(value,callback) {
97 try{

Callers 2

execShellSudoFunction · 0.90
checkSudoPasswordFunction · 0.90

Calls 1

noticeTheSystemErrorFunction · 0.90

Tested by

no test coverage detected