MCPcopy Create free account
hub / github.com/chronoxor/CppBenchmark / FileFixture

Method FileFixture

examples/fwrite.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 std::array<uint8_t, chunk_size_to> buffer;
18
19 FileFixture() : file(nullptr), buffer()
20 {
21 // Open file for binary write
22 file = fopen("fwrite.out", "wb");
23 }
24
25 ~FileFixture()
26 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected