Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
bool FileSystem::WriteLine(const std::string line)
277
{
278
fileWriter << line.c_str();
279
280
return true;
281
}
282
283
void FileSystem::EndWriteFile()
284
{
Callers
1
Main
Method · 0.80
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected