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

Function NFD_PathSet_FreePathN

extern/nfd/nfd_gtk.cpp:587–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587void NFD_PathSet_FreePathN(const nfdnchar_t* filePath) {
588 assert(filePath);
589 (void)filePath; // prevent warning in release build
590 // no-op, because NFD_PathSet_Free does the freeing for us
591}
592
593void NFD_PathSet_Free(const nfdpathset_t* pathSet) {
594 assert(pathSet);

Callers 1

FreePathFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected