MCPcopy Create free account
hub / github.com/comaps/comaps / WriteTestData1

Function WriteTestData1

libs/coding/coding_tests/writer_test.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178string const TEST_STRING = "Some Test String";
179
180void WriteTestData1(Writer & w)
181{
182 w.Seek(CHUNKS_COUNT * CHUNK_SIZE);
183 w.Write(TEST_STRING.data(), TEST_STRING.size());
184}
185
186void WriteTestData2(Writer & w)
187{

Callers 2

WriteToFileAndTestFunction · 0.85
UNIT_TESTFunction · 0.85

Calls 4

SeekMethod · 0.45
WriteMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected