MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / StringVector_init

Function StringVector_init

Tools/ToolsBootstrap.c:385–393  ·  view source on GitHub ↗

StringVector utilities

Source from the content-addressed store, hash-verified

383// Implementation
384PathContext Path_init(void) {
385 PathContext ctx;
386#ifdef _WIN32
387 ctx.separator = '\\';
388#else
389 ctx.separator = '/';
390#endif
391 return ctx;
392}
393
394#ifdef _WIN32
395unsigned long long String_hashFnv1a(const char* str) {
396 unsigned long long hash = 1469598103934665603ULL;

Callers 7

CommandLine_initFunction · 0.85
parseJsonDependenciesFunction · 0.85
parseMakeDependenciesFunction · 0.85
parseDependenciesFunction · 0.85
needsRebuildToolsFunction · 0.85
needsRebuildToolObjFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected