MCPcopy Create free account
hub / github.com/IJHack/QtPass / isLineHidden

Function isLineHidden

src/filecontent.cpp:13–15  ·  view source on GitHub ↗

* @brief Checks if a line should be hidden from display. * @param line The line to check * @return true if the line starts with otpauth:// (case-insensitive) */

Source from the content-addressed store, hash-verified

11 * @return true if the line starts with otpauth:// (case-insensitive)
12 */
13static auto isLineHidden(const QString &line) -> bool {
14 return line.startsWith("otpauth://", Qt::CaseInsensitive);
15}
16
17/**
18 * @brief Parses password file content into structured data.

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected