MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / GetPath

Function GetPath

extern/nfd/include/nfd.hpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77inline nfdresult_t GetPath(const nfdpathset_t* pathSet,
78 nfdpathsetsize_t index,
79 nfdnchar_t*& outPath) noexcept {
80 return ::NFD_PathSet_GetPathN(pathSet, index, &outPath);
81}
82
83inline void FreePath(nfdnchar_t* filePath) noexcept {
84 ::NFD_PathSet_FreePathN(filePath);

Callers

nothing calls this directly

Calls 4

NFD_PathSet_GetPathU8Function · 0.85
NFD_PathSet_GetPathNFunction · 0.50
getMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected