| 71 | |
| 72 | namespace PathSet { |
| 73 | inline nfdresult_t Count(const nfdpathset_t* pathSet, nfdpathsetsize_t& count) noexcept { |
| 74 | return ::NFD_PathSet_GetCount(pathSet, &count); |
| 75 | } |
| 76 | |
| 77 | inline nfdresult_t GetPath(const nfdpathset_t* pathSet, |
| 78 | nfdpathsetsize_t index, |
nothing calls this directly
no test coverage detected