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

Function MakeFile

libs/coding/coding_tests/file_data_test.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12std::string const name2 = "test2.file";
13
14void MakeFile(std::string const & name)
15{
16 base::FileData f(name, base::FileData::Op::WRITE_TRUNCATE);
17 f.Write(name.c_str(), name.size());
18}
19
20void MakeFile(std::string const & name, size_t const size, char const c)
21{

Callers 1

UNIT_TESTFunction · 0.70

Calls 2

WriteMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected