MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / SprintRunDirectory

Function SprintRunDirectory

Source/Test/BatchTest.cpp:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113static void SprintRunDirectory( IO::Filename & rundir, const char * batchdir, u32 run_id )
114{
115 char filename[64];
116 sprintf( filename, "run%04d", run_id );
117 IO::Path::Combine(rundir, batchdir, filename);
118}
119
120static bool MakeRunDirectory( IO::Filename & rundir, const char * batchdir )
121{

Callers 2

MakeRunDirectoryFunction · 0.85
BatchTestMainFunction · 0.85

Calls 1

CombineFunction · 0.50

Tested by

no test coverage detected