MCPcopy Create free account
hub / github.com/cutelyst/simple-mail / username

Method username

src/server.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92QString Server::username() const
93{
94 Q_D(const Server);
95 return d->username;
96}
97
98void Server::setUsername(const QString &username)
99{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected