Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ Write
Method
Write
CodeFormatServer/src/Session/StandardIOSession.cpp:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void StandardIO::Write(std::string_view content) {
58
asio::write(*_out, asio::buffer(content.data(), content.size()));
59
}
60
61
#else
62
Callers
1
Send
Method · 0.80
Calls
5
write
Function · 0.85
buffer
Function · 0.85
data
Method · 0.45
size
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected