MCPcopy Create free account
hub / github.com/IENT/YUView / itemMemoryGetFormat

Function itemMemoryGetFormat

YUViewLib/src/handler/ItemMemoryHandler.cpp:134–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134QString itemMemoryGetFormat(QString filePath)
135{
136 auto validItems = getAllValidItems();
137
138 for (auto item : validItems)
139 if (item.filePath == filePath)
140 return item.format;
141
142 return {};
143}
144
145} // namespace itemMemoryHandler

Callers 1

playlistItemRawFileMethod · 0.85

Calls 1

getAllValidItemsFunction · 0.85

Tested by

no test coverage detected