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

Method getRemainingDataForDisplay

src/filecontent.cpp:84–86  ·  view source on GitHub ↗

* @brief Gets remaining data for display (excludes hidden fields like OTP). * @return Remaining data suitable for display */

Source from the content-addressed store, hash-verified

82 * @return Remaining data suitable for display
83 */
84auto FileContent::getRemainingDataForDisplay() const -> QString {
85 return this->remainingDataDisplay;
86}
87
88/**
89 * @brief Constructs a FileContent with all parsed data.

Callers 1

passShowHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected