Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QNapi/qnapi
/ setPassword
Method
setPassword
libqnapi/src/config/engineconfig.h:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
return EngineConfig(nick, password_);
36
}
37
const EngineConfig setPassword(const QString& password) const {
38
return EngineConfig(nick_, password);
39
}
40
41
QString toString() const;
42
};
Callers
3
accept
Method · 0.80
accept
Method · 0.80
accept
Method · 0.80
Calls
1
EngineConfig
Class · 0.85
Tested by
no test coverage detected