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

Function Count

extern/nfd/include/nfd.hpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72namespace PathSet {
73inline nfdresult_t Count(const nfdpathset_t* pathSet, nfdpathsetsize_t& count) noexcept {
74 return ::NFD_PathSet_GetCount(pathSet, &count);
75}
76
77inline nfdresult_t GetPath(const nfdpathset_t* pathSet,
78 nfdpathsetsize_t index,

Callers

nothing calls this directly

Calls 2

NFD_PathSet_GetCountFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected