Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
inline void WriteText(const fs::path& path, const std::string& text)
44
{
45
std::ofstream file;
46
file.open(path);
47
file << text;
48
}
49
50
BOOST_FIXTURE_TEST_SUITE(settings_tests, BasicTestingSetup)
51
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
open
Method · 0.45
Tested by
no test coverage detected