Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ write
Method
write
components/debug/debugging.cpp:258–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
void write(const char* str, std::streamsize size, Level /*level*/)
259
{
260
mStream.write(str, size);
261
mStream.flush();
262
}
263
264
private:
265
std::ostream& mStream;
Callers
nothing calls this directly
Calls
2
write
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected