MCPcopy Create free account
hub / github.com/antopilo/Nuake / WriteLine

Method WriteLine

Nuake/Source/Nuake/FileSystem/FileSystem.cpp:276–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276bool FileSystem::WriteLine(const std::string line)
277{
278 fileWriter << line.c_str();
279
280 return true;
281}
282
283void FileSystem::EndWriteFile()
284{

Callers 1

MainMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected