Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/78/tenbox
/ HasBufferedLine
Method
HasBufferedLine
src/ipc/unix_socket.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
bool UnixSocketConnection::HasBufferedLine() const {
88
return line_buffer_.find(
'\n'
) != std::string::npos;
89
}
90
91
bool UnixSocketConnection::ReadExact(void* buf, size_t len) {
92
uint8_t* p = static_cast<uint8_t*>(buf);
Callers
1
AttachConsole
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected