| 1754 | } |
| 1755 | |
| 1756 | std::shared_ptr<IGFD::FileInfos> IGFD::FileInfos::create() { |
| 1757 | return std::make_shared<IGFD::FileInfos>(); |
| 1758 | } |
| 1759 | |
| 1760 | bool IGFD::FileInfos::SearchForTag(const std::string& vTag) const { |
| 1761 | if (!vTag.empty()) { |
nothing calls this directly
no outgoing calls
no test coverage detected