MCPcopy Create free account
hub / github.com/F-Stack/f-stack / UTIL_refFilename

Function UTIL_refFilename

freebsd/contrib/zstd/programs/util.c:442–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442void UTIL_refFilename(FileNamesTable* fnt, const char* filename)
443{
444 assert(fnt->tableSize < fnt->tableCapacity);
445 fnt->fileNames[fnt->tableSize] = filename;
446 fnt->tableSize++;
447}
448
449static size_t getTotalTableSize(FileNamesTable* table)
450{

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected