MCPcopy Create free account
hub / github.com/ElementsProject/elements / WriteText

Function WriteText

src/test/settings_tests.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43inline void WriteText(const fs::path& path, const std::string& text)
44{
45 std::ofstream file;
46 file.open(path);
47 file << text;
48}
49
50BOOST_FIXTURE_TEST_SUITE(settings_tests, BasicTestingSetup)
51

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

openMethod · 0.45

Tested by

no test coverage detected